repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Change soft-fail to use the config, rather than env
[rbx.git]
/
spec
/
frozen
/
1.8
/
library
/
bigdecimal
/
quo_spec.rb
blob
2a9e003adf9a8896c4944cc7fe86a657777477d9
1
require File.dirname(__FILE__) + '/../../spec_helper'
2
require File.dirname(__FILE__) + '/shared/quo'
3
require 'bigdecimal'
4
5
describe "BigDecimal#quo" do
6
it_behaves_like :bigdecimal_quo, :quo, []
7
end
8