Sha256: ea1bdca8d81478331d0a5438ef740c2e5f97f4993959462191241b6c547a2f3b

Contents?: true

Size: 185 Bytes

Versions: 2

Compression:

Stored size: 185 Bytes

Contents

require 'spec_helper'

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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
odania_plutus-0.13 spec/models/amount_spec.rb
plutus-0.13 spec/models/amount_spec.rb