Adding tests to some expected behaviors

This commit is contained in:
Marcos Tapajós 2010-08-03 22:55:17 -03:00
parent e3386a45f4
commit 1a551b54eb
5 changed files with 44 additions and 32 deletions

6
spec/fixtures/more/client.rb vendored Normal file
View file

@ -0,0 +1,6 @@
class Client < CouchRest::Model::Base
use_database DB
property :name
property :tax_code
end