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