From 397bd2d86b34e6a3cdbf08c6e19107f1eedbf4f1 Mon Sep 17 00:00:00 2001 From: Wes Oldenbeuving Date: Tue, 13 Oct 2009 03:44:47 +0200 Subject: [PATCH] Country spec uses a Resource helper in another spec --- spec/country_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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