Skip to content

Commit

Permalink
Adjust syntax according to HoundCI specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
courte committed Mar 7, 2015
1 parent 4a67b7a commit 1c37592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/controllers/beta_signups_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
end

it "saves a new beta_signup to the database" do
expect {
expect do
post :create, format: :json
}.to change(BetaSignup, :count).by(1)
end.to change(BetaSignup, :count).by(1)
end
end
end

0 comments on commit 1c37592

Please sign in to comment.