Notes posted by miry
RSS feed
0 thanks
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.