Skip to content

Commit 1c37592

Browse files
committed
Adjust syntax according to HoundCI specifications
1 parent 4a67b7a commit 1c37592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/controllers/beta_signups_controller_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
end
1414

1515
it "saves a new beta_signup to the database" do
16-
expect {
16+
expect do
1717
post :create, format: :json
18-
}.to change(BetaSignup, :count).by(1)
18+
end.to change(BetaSignup, :count).by(1)
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)