2018-03-04 10:09:32 -05:00
|
|
|
require_relative '../../spec_helper'
|
2017-12-27 11:12:47 -05:00
|
|
|
|
|
|
|
describe "mathn" do
|
|
|
|
ruby_version_is "2.5" do
|
|
|
|
it "is no longer part of the standard library" do
|
|
|
|
-> { require "mathn" }.should raise_error(LoadError)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|