Last active
December 21, 2015 16:29
-
-
Save cnocon/6333881 to your computer and use it in GitHub Desktop.
Static "Contact" page from my RecipeApp that failed an RSpec test checking for the content "Contact"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% provide(:title, 'Contact') %> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>RecipeApp | <%= yield(:title) %></title> | |
</head> | |
<body> | |
<h1><%= yield(:title) %></h1> | |
<p>Contents</p> | |
</body> | |
</html>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment