Fixing spec description

This commit is contained in:
Tapajós 2009-09-02 23:52:43 -03:00
parent 8363aa6298
commit 273a174aae

View file

@ -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