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
/
to_int_spec.rb
blob
c3c00897e8f4f93200466140dfdcbd78b0d0c739
1
require File.dirname(__FILE__) + '/../../spec_helper'
2
require File.dirname(__FILE__) + '/shared/to_int'
3
require 'bigdecimal'
4
5
6
describe "BigDecimal#to_int" do
7
it_behaves_like(:bigdecimal_to_int, :to_int)
8
end