Skip to content

Commit

Permalink
Country spec uses a Resource helper in another spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Narnach committed Oct 13, 2009
1 parent 331e39d commit 397bd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/country_spec.rb
Expand Up @@ -7,7 +7,7 @@
end

it "should have no data." do
Country.all.should be_empty
Country.should be_none
end

it "should allow to save a new country with a defined 2-letter uppercased code and a name." do
Expand Down

0 comments on commit 397bd2d

Please sign in to comment.