summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2013-09-03remove Exception#verbose_backtrace; #1495Yukihiro "Matz" Matsumoto
2013-09-02add verbose_backtracetake_cheeze
2013-09-02add Exception#backtrace testtake_cheeze
2013-08-13Test for Class#inheritedCarson McDonald
2013-08-13Add test for Class.new(*args)Carson McDonald
2013-08-13Add two tests for issue #1467Carson McDonald
2013-08-13I add ISO test '15.2.12.3' included modules in ArrrayJun Hiroe
2013-08-11I fix ISO No in String class in comparison with ISO_IEC_30170_2012(E)-Charact...Jun Hiroe
2013-08-02I fix order of actual and expect test value in typeerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in true.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in syntax.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in symbol.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in string.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in standarderror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in runtimeerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in rangeerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in range.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in proc.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in object.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in numeric.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in nomethoderror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in nil.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in nameerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in module.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in localjumperror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in literals.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in kernel.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in integer.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in indexerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in hash.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in gc.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in float.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in false.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in exception.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in enumerable.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in class.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in bs_block.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in basicobject.rb.Jun Hiroe
2013-08-01Fix order of actual and expect test value for ArrayDaniel Bovensiepen
2013-08-01Fix order of actual and expect test value for ArgumentErrorDaniel Bovensiepen
2013-08-01Fix assignment of block as actual value and not expectedDaniel Bovensiepen
2013-07-28Add a couple splat testsCarson McDonald
2013-07-21Cleaned up some of the Module#attr testsRyan Scott
2013-07-21Merge branch 'master' into attr-perf-fixRyan Scott
2013-07-19Wrote tests around attr, attr_reader, attr_writer, attr_accessorRyan Scott
2013-07-17Fix string test for so that it works for int16Carson McDonald
2013-07-06Add a few more shift testsCarson McDonald
2013-07-01Add Range#eql? test case.Jun Hiroe
2013-06-30Merge pull request #1324 from h2so5/fix-range-equalYukihiro "Matz" Matsumoto
2013-06-30Fix Range#==h2so5