Skip to content

Commit

Permalink
Fix test stub
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Nov 29, 2012
1 parent 1fe6e16 commit 7fd1a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/octokit/client/say_spec.rb
Expand Up @@ -8,7 +8,7 @@

describe ".say" do
it "returns an ASCII octocat" do
stub_get("/say").
stub_get("/octocat").
to_return \
:status => 200,
:body => fixture("say.txt"),
Expand All @@ -21,7 +21,7 @@
end

it "returns an ASCII octocat with custom text" do
stub_get("/say").
stub_get("/octocat").
to_return \
:status => 200,
:body => fixture("say_custom.txt"),
Expand Down

0 comments on commit 7fd1a4e

Please sign in to comment.