From 64ffb52daeaf867b23c5cff5f020f5bd4b6b8d21 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Sat, 6 Dec 2008 14:27:20 +1100 Subject: [PATCH] spec text tweaks --- spec/validator_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/validator_spec.rb b/spec/validator_spec.rb index a7491fe..620f1dd 100644 --- a/spec/validator_spec.rb +++ b/spec/validator_spec.rb @@ -82,7 +82,7 @@ describe ValidatesTimeliness::Validator do configure_validator(:type => :date) end - it "should have invalid error value is invalid" do + it "should have invalid error when value is invalid" do validate_with(:birth_date, "2000-01-32") should_have_error(:birth_date, :invalid_date) end