Guest User

Untitled

a guest
Apr 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. describe "#before_create" do
  2. it "should create an empty variant" do
  3. p = Product.new(:name => "blah", :description => "blah2")
  4. p.should_receive(:empty_variant)
  5. p.save
  6. end
  7. end
Add Comment
Please, Sign In to add comment