thoughtbot--shoulda-matchers/spec
Alexey Blinov 165859247c validate_absence_of: cast `@attribute` to String
ActiveRecord.columns_hash returns Hash with String keys.
This is why `it { expect(offer).to validate_absence_of(:expired_at) }`
is not working.
2014-08-14 15:34:18 -04:00
..
shoulda/matchers validate_absence_of: cast `@attribute` to String 2014-08-14 15:34:18 -04:00
support Using RSpec 3 for development. 2014-08-14 12:16:54 -04:00
warnings_spy Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
report_warnings.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
spec_helper.rb Using RSpec 3 for development. 2014-08-14 12:16:54 -04:00
warnings_spy.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00