9 lines
147 B
Ruby
9 lines
147 B
Ruby
|
require File.expand_path('../../spec_helper', __FILE__)
|
||
|
|
||
|
describe CouchRest::Model::Validations do
|
||
|
|
||
|
let(:invoice) do
|
||
|
Invoice.new()
|
||
|
end
|
||
|
end
|