Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from ChrisRut/master
Browse files Browse the repository at this point in the history
fix typo in spec
  • Loading branch information
raggi committed Sep 8, 2013
2 parents f3943b0 + d12da3d commit 1e6c027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/github_post_receive_server/rack_app_spec.rb
Expand Up @@ -11,7 +11,7 @@
res.should.be.ok
res.should.match /be.*gone.*foul/i # *evil grin*
end
it "should reply with a rude message on GET" do
it "should reply with a rude message on POST without a payload" do
req = Rack::MockRequest.new(@server)
res = req.post("/", {})
res.should.be.ok
Expand Down

0 comments on commit 1e6c027

Please sign in to comment.