Notes posted by miry
RSS feed
1 thank
This method is deprecated in rspec 2.0
-
be_close(1, 0.1) is deprecated.
-
please use be_within(0.1).of(1) instead.
be_close(1, 0.1) is deprecated.
please use be_within(0.1).of(1) instead.