Sha256: 002aa9a0016e9fa080fe703615a4e157280cb15ee101a065f87c51f38b20ba46

Contents?: true

Size: 186 Bytes

Versions: 3

Compression:

Stored size: 186 Bytes

Contents

require 'spec_helper'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
credere-0.10.3 spec/models/amount_spec.rb
credere-0.10.2 spec/models/amount_spec.rb
credere-0.10.1 spec/models/amount_spec.rb