Sha256: ddfc0492d64e08432acbc83a474cc256e32efcdff6cdcefd0320d6c0fe06a211

Contents?: true

Size: 226 Bytes

Versions: 2

Compression:

Stored size: 226 Bytes

Contents

require 'bigdecimal'

describe "BigDecimal.double_fig" do
  # The result depends on the CPU and OS
  it "returns the number of digits a Float number is allowed to have" do
    BigDecimal.double_fig.should_not == nil
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubysl-bigdecimal-1.0.0 spec/double_fig_spec.rb
rubysl-bigdecimal-2.0.2 spec/double_fig_spec.rb