Skip to content

Commit

Permalink
Fixed syntax error in README [Sam Roberts]
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Feb 16, 2009
1 parent b2df634 commit 753173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -421,7 +421,7 @@ and Bacon through separate source files.

def test_with_agent
get '/', :agent => 'Songbird'
assert_equal 'You're in Songbird!', @response.body
assert_equal "You're in Songbird!", @response.body
end

...
Expand Down

0 comments on commit 753173b

Please sign in to comment.