Change soft-fail to use the config, rather than env
[rbx.git] / spec / frozen / 1.8 / library / bigdecimal / to_int_spec.rb
blobc3c00897e8f4f93200466140dfdcbd78b0d0c739
1 require File.dirname(__FILE__) + '/../../spec_helper'
2 require File.dirname(__FILE__) + '/shared/to_int'
3 require 'bigdecimal'
6 describe "BigDecimal#to_int" do
7   it_behaves_like(:bigdecimal_to_int, :to_int)
8 end