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