Skip to content

Instantly share code, notes, and snippets.

@carllerche
Forked from revelation/gist:2800
Created July 27, 2008 20:23
Show Gist options
  • Save carllerche/2802 to your computer and use it in GitHub Desktop.
Save carllerche/2802 to your computer and use it in GitHub Desktop.
describe '#save' do
describe 'with a new resource' do
it "should create when the resource is dirty" do
Zoo.new(:city => "San Diego").save
Zoo.first.name.should == "San Diego"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment