Adding tests to some expected behaviors
This commit is contained in:
parent
e3386a45f4
commit
1a551b54eb
5 changed files with 44 additions and 32 deletions
6
spec/fixtures/more/client.rb
vendored
Normal file
6
spec/fixtures/more/client.rb
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
class Client < CouchRest::Model::Base
|
||||
use_database DB
|
||||
|
||||
property :name
|
||||
property :tax_code
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue