mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fixed syntax error in README [Sam Roberts]
This commit is contained in:
parent
b2df634c64
commit
753173bb00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue