Skip to content

Instantly share code, notes, and snippets.

@adambeynon
Created January 2, 2014 16:55
Show Gist options
  • Save adambeynon/8222275 to your computer and use it in GitHub Desktop.
Save adambeynon/8222275 to your computer and use it in GitHub Desktop.
describe NewProductView do
# do we have to repeat this?
view NewProductView
it "tries to add product on click submit" do
expect(view).to receive(:add_product).once
find('#submit').click
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment