update fixfloat spec

Related to 34cb542442

reduce test range because float values (not fixfloat) are mixied by increasing precision of float.
This commit is contained in:
Watson
2013-11-19 22:29:19 +09:00
parent 69189fbcf9
commit 299df8fb12

View File

@@ -72,7 +72,7 @@ describe "Float" do
end
it "fixfloat" do
0.1.step(100.0, 0.1) do |f|
0.1.step(30.0, 0.1) do |f|
f.__fixfloat__?.should == true
end
end