thoughtbot--shoulda-matchers/lib
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 validate_absence_of: cast `@attribute` to String 2014-08-14 15:34:18 -04:00
shoulda-matchers.rb Switched to allowing a more canonical require statement 2011-01-31 16:45:13 -05:00