Fix class name for Stubs in README.

This commit is contained in:
Eric Lindvall 2010-10-15 13:24:04 -07:00
parent 97bc3bc736
commit 2f3ecbe3f0

View File

@ -32,7 +32,7 @@ This mess is gonna get raw, like sushi. So, haters to the left.
## Testing
# It's possible to define stubbed request outside a test adapter block.
stubs = Faraday::Test::Stubs.new do |stub|
stubs = Faraday::Adapter::Test::Stubs.new do |stub|
stub.get('/tamago') { [200, {}, 'egg'] }
end