Skip to content

Instantly share code, notes, and snippets.

@poctek
Created July 31, 2016 21:39
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 poctek/b69466bda44d45c89201e2ac54e1cdc4 to your computer and use it in GitHub Desktop.
Save poctek/b69466bda44d45c89201e2ac54e1cdc4 to your computer and use it in GitHub Desktop.
it "shouldn't create treatment" do
allow(DPDMessageSender).to receive(:send)
expect do
expect do
subject.new(invalid_params).handle
end.to raise_error(ActiveRecord::Rollback)
end.not_to change(Treatment, :count)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment