Skip to content

Instantly share code, notes, and snippets.

@robins35

robins35/test.rb Secret

Created August 5, 2015 19:38
Show Gist options
  • Save robins35/4478901c239ad7ea1ef5 to your computer and use it in GitHub Desktop.
Save robins35/4478901c239ad7ea1ef5 to your computer and use it in GitHub Desktop.
expect {
post :create_seats, seat_params
}.to change(account.reload, :seats).by(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment