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

2 comments on commit 753173b

@rtomayko
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git commit —author ‘Sam Roberts optional@email.com’

@sporkmonger
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ryan, neat… didn’t know you could do that.

Please sign in to comment.