Guest User

Untitled

a guest
May 27th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. it "should call renumber! on the container when saved" do
  3. container = mock
  4. container.should_receive(:renumber!).once
  5.  
  6. child.container = @container
  7. child.save!
  8. end
Add Comment
Please, Sign In to add comment