summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
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
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-15Implement assert_float and add block mode to assert_equal and assert_not_equalDaniel Bovensiepen
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
2013-06-15Improve Range TestsDaniel Bovensiepen
2013-06-14Improve Syntax TestsDaniel Bovensiepen
2013-06-14assert_not_equal can now also handle blocksDaniel Bovensiepen
2013-06-14Fix Bootstrap Block Tests with assert_nilDaniel Bovensiepen
2013-06-14Improve RuntimeError TestsDaniel Bovensiepen
2013-06-14Improve TypeError TestsDaniel Bovensiepen
2013-06-14Improve true TestsDaniel Bovensiepen
2013-06-14Improve Symbol TestsDaniel Bovensiepen
2013-06-14Improve StandardError TestsDaniel Bovensiepen
2013-06-14Improve RangeError TestsDaniel Bovensiepen
2013-06-14Improve Proc TestsDaniel Bovensiepen
2013-06-14Improve Object TestsDaniel Bovensiepen
2013-06-14Improve Numeric TestsDaniel Bovensiepen
2013-06-14Improve NoMethodError TestsDaniel Bovensiepen
2013-06-14Improve nil TestsDaniel Bovensiepen