Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
code style change
Browse files Browse the repository at this point in the history
  • Loading branch information
jipiboily committed Jul 25, 2014
1 parent 84c9391 commit 192777b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/lib/web/hooks_spec.rb
Expand Up @@ -5,8 +5,7 @@
describe "GitHub web hooks receiver" do
it "kicks an async job doing all the work" do
expected_param = { "something" => "ok" }
Fourchette::PullRequest
.any_instance
Fourchette::PullRequest.any_instance
.should_receive(:perform)
.with(expected_param)

Expand Down

0 comments on commit 192777b

Please sign in to comment.