Commit Graph

379 Commits

Author SHA1 Message Date
Jun Hiroe b423171eb4 I fix order of actual and expect test value in kernel.rb. 2013-08-02 21:04:02 +09:00
Jun Hiroe 19dce63a2d I fix order of actual and expect test value in integer.rb. 2013-08-02 20:54:22 +09:00
Jun Hiroe f71cacc4ca I fix order of actual and expect test value in indexerror.rb. 2013-08-02 20:54:21 +09:00
Jun Hiroe 284dc1be09 I fix order of actual and expect test value in hash.rb. 2013-08-02 20:54:21 +09:00
Jun Hiroe 6baded4cb5 I fix order of actual and expect test value in gc.rb. 2013-08-02 20:54:20 +09:00
Jun Hiroe edb0810c1a I fix order of actual and expect test value in float.rb. 2013-08-02 20:54:19 +09:00
Jun Hiroe dbacb58f66 I fix order of actual and expect test value in false.rb. 2013-08-02 20:54:13 +09:00
Jun Hiroe 363d65ccef I fix order of actual and expect test value in exception.rb. 2013-08-02 20:54:11 +09:00
Jun Hiroe 0b4bedeb8e I fix order of actual and expect test value in enumerable.rb. 2013-08-02 20:54:09 +09:00
Jun Hiroe ff7e599491 I fix order of actual and expect test value in class.rb. 2013-08-02 20:54:08 +09:00
Jun Hiroe 6d1469dfae I fix order of actual and expect test value in bs_block.rb. 2013-08-02 20:54:07 +09:00
Jun Hiroe f4b1f43cd0 I fix order of actual and expect test value in basicobject.rb. 2013-08-02 20:54:05 +09:00
Daniel Bovensiepen 6873674ed1 Fix order of actual and expect test value for Array 2013-08-01 15:12:50 +08:00
Daniel Bovensiepen 11c4c65bf2 Fix order of actual and expect test value for ArgumentError 2013-08-01 15:12:41 +08:00
Daniel Bovensiepen d5eab236e7 Fix assignment of block as actual value and not expected 2013-08-01 11:32:46 +08:00
Carson McDonald 2eb2cdf0de Add a couple splat tests 2013-07-28 13:35:00 -04:00
Ryan Scott ab787ab968 Cleaned up some of the Module#attr tests 2013-07-21 18:43:00 +10:00
Ryan Scott fd9cc9938c Merge branch 'master' into attr-perf-fix 2013-07-21 18:18:35 +10:00
Ryan Scott fe5324bd17 Wrote tests around attr, attr_reader, attr_writer, attr_accessor 2013-07-19 22:39:54 +10:00
Carson McDonald 7be117df4c Fix string test for so that it works for int16 2013-07-17 09:42:48 -04:00
Carson McDonald 1d27d4e03f Add a few more shift tests 2013-07-06 08:53:40 -04:00
Jun Hiroe 2e9b2ccf84 Add Range#eql? test case. 2013-07-01 22:20:32 +09:00
Yukihiro "Matz" Matsumoto 068087439e Merge pull request #1324 from h2so5/fix-range-equal
Fix Range#==
2013-06-30 14:23:57 -07:00
h2so5 db0eaa6352 Fix Range#== 2013-06-30 23:40:53 +09:00
Jun Hiroe 57b629a988 Add Range#eql? method test. 2013-06-30 22:53:41 +09:00
Akira Yumiyama 36fc42e7db add nil.to_a, nil.to_f, nil.to_i methods 2013-06-28 10:01:07 +09:00
Yukihiro "Matz" Matsumoto 124fd73c79 resolve conflict 2013-06-16 20:47:04 +09:00
Yukihiro "Matz" Matsumoto d60362b38b Merge pull request #1284 from Bovi-Li/improve-test-2
Improve Test Infrastructure (Part 2)
2013-06-16 04:42:58 -07:00
Daniel Bovensiepen d8c8893e94 Implement assert_float and add block mode to assert_equal and assert_not_equal 2013-06-15 02:10:05 +08:00
Daniel Bovensiepen cbc9c24fe1 Improve String Tests 2013-06-15 02:08:34 +08:00
Daniel Bovensiepen f092c8df73 Improve Module Tests 2013-06-15 01:49:48 +08:00
Daniel Bovensiepen 4bd527cebf Improve Kernel Tests 2013-06-15 01:32:22 +08:00
Daniel Bovensiepen b1c309cc87 Improve Hash Tests 2013-06-15 00:54:58 +08:00
Daniel Bovensiepen 409541d1fa Improve Literal Tests 2013-06-15 00:33:11 +08:00
Daniel Bovensiepen b55958b4fa Improve Integer Tests 2013-06-15 00:11:12 +08:00
Daniel Bovensiepen 71e1257417 Improve Range Tests 2013-06-15 00:01:08 +08:00
Daniel Bovensiepen c5d116f9c2 Improve Syntax Tests 2013-06-14 23:57:09 +08:00
Daniel Bovensiepen 1a6731fbde assert_not_equal can now also handle blocks 2013-06-14 22:39:10 +08:00
Daniel Bovensiepen 059405edb8 Fix Bootstrap Block Tests with assert_nil 2013-06-14 22:38:29 +08:00
Daniel Bovensiepen a028a388f7 Improve RuntimeError Tests 2013-06-14 22:20:42 +08:00
Daniel Bovensiepen 0e16fd3562 Improve TypeError Tests 2013-06-14 22:19:22 +08:00
Daniel Bovensiepen f4e169cbfb Improve true Tests 2013-06-14 22:19:10 +08:00
Daniel Bovensiepen 7177fdbd39 Improve Symbol Tests 2013-06-14 22:19:02 +08:00
Daniel Bovensiepen 7df35e930a Improve StandardError Tests 2013-06-14 22:18:52 +08:00
Daniel Bovensiepen 9c93be0297 Improve RangeError Tests 2013-06-14 22:18:39 +08:00
Daniel Bovensiepen 9166a1352b Improve Proc Tests 2013-06-14 22:18:16 +08:00
Daniel Bovensiepen e44ba31603 Improve Object Tests 2013-06-14 22:18:03 +08:00
Daniel Bovensiepen 6d3d234b7d Improve Numeric Tests 2013-06-14 22:17:53 +08:00
Daniel Bovensiepen f2013337f4 Improve NoMethodError Tests 2013-06-14 22:17:40 +08:00
Daniel Bovensiepen 9bf797acf7 Improve nil Tests 2013-06-14 22:17:28 +08:00