forgot to push the latest spec fixture
This commit is contained in:
parent
5a93d55e3c
commit
5aebd53a93
7
spec/fixtures/more/card.rb
vendored
Normal file
7
spec/fixtures/more/card.rb
vendored
Normal 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
|
Loading…
Reference in a new issue