Guest User

Untitled

a guest
Feb 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. it "should create when dirty" do
  2. pending
  3. lambda do
  4. Zoo.new(:city => "San Diego").save
  5. end.should change(Zoo, :all).by(1)
  6. end
Add Comment
Please, Sign In to add comment