diff --git a/spec/country_spec.rb b/spec/country_spec.rb index 1dab790..68bebae 100644 --- a/spec/country_spec.rb +++ b/spec/country_spec.rb @@ -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