Skip to content

Commit

Permalink
now author_by_name test passes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbronow committed Dec 10, 2015
1 parent 7826bfe commit 9218c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/client_spec.rb
Expand Up @@ -189,7 +189,7 @@

describe '#author_by_name' do
before do
stub_with_key_get('/api/author_url', {:id => 'Orson Scott Card'}, 'author_by_name.xml')
stub_with_key_get('/api/author_url/Orson%20Scott%20Card', {:id => 'Orson Scott Card'}, 'author_by_name.xml')
end

it 'returns author details' do
Expand Down

0 comments on commit 9218c33

Please sign in to comment.