From 273a174aae7d5907cc4fefbc35ee1067dbedc6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tapaj=C3=B3s?= Date: Wed, 2 Sep 2009 23:52:43 -0300 Subject: [PATCH] Fixing spec description --- spec/couchrest/more/property_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/couchrest/more/property_spec.rb b/spec/couchrest/more/property_spec.rb index 146f0f8..95899aa 100644 --- a/spec/couchrest/more/property_spec.rb +++ b/spec/couchrest/more/property_spec.rb @@ -127,7 +127,7 @@ describe "ExtendedDocument properties" do @event = Event.get e['id'] end - it "should cast created_at to Time" do + it "should cast occurs_at to Time" do @event['occurs_at'].should be_an_instance_of(Time) end end