Skip to content

Commit

Permalink
fixed the failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattetti committed Nov 15, 2008
1 parent 08faaaa commit 718cdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-by-step-app-testing/steps/edit_request_specs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def edit_request_specs
end
it "should have an error message" do
@response.body.include?("Article failed to be created")
@response.body.should include("Article failed to be created")
end
end
RUBY
Expand Down

0 comments on commit 718cdb9

Please sign in to comment.