forgot to push the latest spec fixture

This commit is contained in:
Matt Aimonetti 2009-02-02 14:56:17 -08:00
parent 5a93d55e3c
commit 5aebd53a93

7
spec/fixtures/more/card.rb vendored Normal file
View file

@ -0,0 +1,7 @@
class Card < CouchRest::ExtendedDocument
use_database TEST_SERVER.default_database
property :first_name
property :last_name, :alias => :family_name
property :read_only_value, :read_only => true
end