Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/jdunphy/merb-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Lori Holden committed Dec 22, 2008
2 parents 38626d6 + 7130497 commit cfc379b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions merb_sequel/spec/sequel_ext_spec.rb
Expand Up @@ -9,8 +9,8 @@

it "Returns true or new model" do
a = SpecModel.new
a.should be_new
a.should be_new_record
a.save
a.should_not be_new
a.should_not be_new_record
end
end

0 comments on commit cfc379b

Please sign in to comment.