Skip to content

Instantly share code, notes, and snippets.

@Nerian
Created June 26, 2014 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nerian/109f019d2da03bf93f4c to your computer and use it in GitHub Desktop.
Save Nerian/109f019d2da03bf93f4c to your computer and use it in GitHub Desktop.
Failure/Error: expect { clinic.create_invoice(invoice_attributes.merge({:invoice_number => '2012 - 5'})) }.to_not change{ clinic.next_invoice_number.number }.from(1).to(2)
NotImplementedError:
`expect { }.not_to change { }.to()` is not supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment