summaryrefslogtreecommitdiff
path: root/spec/ffi/number_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaces in .rb filesBenoit Daloze2020-12-211-2/+2
* Move condition on the describe block instead of using RSpec if:Benoit Daloze2020-03-291-2/+2
* Use 1.9 Hash syntax consistently for RSpec if:Benoit Daloze2020-03-291-1/+1
* Skip the few specs which are not yet supported on TruffleRubyBenoit Daloze2020-03-281-1/+2
* Fix integer parameter range specsLars Kanis2018-06-021-7/+7
* sync specs w/ JRuby and move to rspectduehr2014-10-021-34/+43
* remove require_relativetduehr2014-06-051-1/+1
* merge specs w/ JRuby and correct syntax to use rspectduehr2014-06-051-1/+3
* Change licensing of the specs to the same license as RubyspecDirkjan Bussink2012-11-251-12/+1
* Use matchers compatible with MSpecDirkjan Bussink2012-11-251-31/+31
* Avoid "possibly useless use of == in void context" warnings.Matijs van Zuijlen2011-10-291-40/+40
* Sync up copyright headersWayne Meissner2011-01-091-0/+16
* Fix uint64 typo and add specs to test that all type sizes are saneWayne Meissner2009-05-101-0/+30
* Use (result - expected).abs < 0.001 to compare float/double return values ins...Wayne Meissner2009-01-101-2/+2
* Add separate get/set functions for each primitive type, so zero and one arg m...Wayne Meissner2009-01-081-0/+18
* Cleanups for win32Wayne Meissner2008-12-121-16/+16
* Rename specs to spec/ffiWayne Meissner2008-12-051-0/+183