test/omise/test_forex.rb in omise-0.10.0 vs test/omise/test_forex.rb in omise-0.10.1

- old
+ new

@@ -16,11 +16,11 @@ assert_instance_of Omise::Forex, forex end def test_that_we_can_reload_a_forex - @forex.attributes.taint + @forex.attributes.freeze @forex.reload - refute @forex.attributes.tainted? + refute @forex.attributes.frozen? end end