Skip to content

Commit

Permalink
[EPIC A] Welcome requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
btelles committed Mar 27, 2012
1 parent 0a21071 commit b8f4ca9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/requests/welcomes_spec.rb
@@ -0,0 +1,10 @@
require 'spec_helper'

describe "Welcomes" do
describe "GET /welcomes" do
it "works! (now write some real specs)" do
get '/'
response.body.should match /Welcome to the Super Bicycles website/
end
end
end

0 comments on commit b8f4ca9

Please sign in to comment.