Sha256: 3d2b0f13f5a74a60713e09c304fb68ed49a76d02a1c42e94142dc3242f38188b

Contents?: true

Size: 177 Bytes

Versions: 8

Compression:

Stored size: 177 Bytes

Contents

require 'spec_helper'

module Plutus
  describe Amount do
    subject { FactoryGirl.build(:amount) }
    it { should_not be_valid }  # construct a child class instead
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
plutus-0.12.2 spec/models/amount_spec.rb
plutus-0.11.0 spec/models/amount_spec.rb
plutus-0.10.1 spec/models/amount_spec.rb
plutus-0.10.0 spec/models/amount_spec.rb
plutus-0.9.0 spec/models/amount_spec.rb
plutus-0.8.1 spec/models/amount_spec.rb
plutus-0.8.0 spec/models/amount_spec.rb
plutus-0.7.4 spec/models/amount_spec.rb