Skip spec failing on i686
This commit is contained in:
parent
d15301d482
commit
ffe1a68bda
@ -36,8 +36,10 @@ describe "BigDecimal#sqrt" do
|
||||
BigDecimal('121').sqrt(5).should be_close(11, 0.00001)
|
||||
end
|
||||
|
||||
it "returns square root of 0.9E-99999 with desired precision" do
|
||||
@frac_2.sqrt(1).to_s.should =~ /\A0\.3E-49999\z/i
|
||||
platform_is_not wordsize: 32 do # fails on i686
|
||||
it "returns square root of 0.9E-99999 with desired precision" do
|
||||
@frac_2.sqrt(1).to_s.should =~ /\A0\.3E-49999\z/i
|
||||
end
|
||||
end
|
||||
|
||||
it "raises ArgumentError when no argument is given" do
|
||||
|
Loading…
x
Reference in New Issue
Block a user