Change soft-fail to use the config, rather than env
[rbx.git] / spec / frozen / 1.8 / library / bigdecimal / double_fig_spec.rb
blob51d525b8696e6e09977eb52d5e3eb3353a0849f0
1 require File.dirname(__FILE__) + '/../../spec_helper'
2 require 'bigdecimal'
4 describe "BigDecimal.double_fig" do
5   # The result depends on the CPU and OS
6   it "returns the number of digits a Float number is allowed to have" do
7     BigDecimal.double_fig.should_not == nil
8   end
9 end