2018-03-04 15:09:32 +00:00
|
|
|
require_relative '../../spec_helper'
|
2017-05-07 12:04:49 +00:00
|
|
|
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
|