Skip to content

Commit

Permalink
fix uri
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Dec 18, 2014
1 parent 564dcda commit 0aca28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_universal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
called = []
stub_request(:get, url).to_return(:body => 'bad json!',
:status => 302, :headers => {'Location' => "#{url}a"})
stub_request(:get, "#{url}a").to_return do
stub_request(:get, "#{url}/a").to_return do
Thread.pass
{:body => '{"good":"json!"}'}
end
Expand Down

0 comments on commit 0aca28e

Please sign in to comment.