Skip to content

Commit

Permalink
done with static pages
Browse files Browse the repository at this point in the history
  • Loading branch information
beezee committed Jul 23, 2011
1 parent f96ab5b commit 11130e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/pages/about.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<h1>About Us</h1>
<p>
<a href="http://railstutorial.org/">Ruby on Rails Tutorial</a>
is a project to make a book and screencasts to teach web development
with <a href="http://rubyonrails.org/">Ruby on Rails</a>. This
is the sample application for the tutorial.
</p>
1 change: 1 addition & 0 deletions spec/controllers/pages_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'spec_helper'

describe PagesController do
render_views

describe "GET 'home'" do
it "should be successful" do
Expand Down

0 comments on commit 11130e2

Please sign in to comment.