rspec: update be_within()

This commit is contained in:
Rico Sta. Cruz 2015-11-23 18:26:25 +11:00
parent a7b94b0b53
commit 48309c179c
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ be < 6
== 5
equal value
be_between(1, 10)
be_close value, tolerance
be_within(0.05).of value
be value
satisfy {|arg| ...}