summaryrefslogtreecommitdiffhomepage
path: root/test/t
AgeCommit message (Expand)Author
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-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
2013-06-30Add Range#eql? method test.Jun Hiroe
2013-06-28add nil.to_a, nil.to_f, nil.to_i methodsAkira Yumiyama
2013-06-16resolve conflictYukihiro "Matz" Matsumoto
2013-06-16Merge pull request #1284 from Bovi-Li/improve-test-2Yukihiro "Matz" Matsumoto
2013-06-15Improve String TestsDaniel Bovensiepen
2013-06-15Improve Module TestsDaniel Bovensiepen
2013-06-15Improve Kernel TestsDaniel Bovensiepen
2013-06-15Improve Hash TestsDaniel Bovensiepen
2013-06-15Improve Literal TestsDaniel Bovensiepen
2013-06-15Improve Integer TestsDaniel Bovensiepen