Sha256: 82811fae063efaf0077cbf89daf4af1fcc96a3a3e46f0ef6e12a008cc39aaf22
Contents?: true
Size: 191 Bytes
Versions: 2
Compression:
Stored size: 191 Bytes
Contents
require 'bigdecimal' describe "BigDecimal.ver" do it "returns the Version number" do lambda {BigDecimal.ver }.should_not raise_error() BigDecimal.ver.should_not == nil end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubysl-bigdecimal-1.0.0 | spec/ver_spec.rb |
rubysl-bigdecimal-2.0.2 | spec/ver_spec.rb |