summaryrefslogtreecommitdiffhomepage
path: root/test/t/kernel.rb
AgeCommit message (Expand)Author
2013-06-15Improve Kernel TestsDaniel Bovensiepen
2013-05-05Adding a few more respond_to testsCarson McDonald
2013-04-20Add a test for respond_to_missing?Carson McDonald
2013-04-06Add a comment. Kernel#require is defined in the mrbgem.Masaki Muranaka
2013-04-06Add some tests.Masaki Muranaka
2013-04-02Add comments: some methods is defined in mrbgems.Masaki Muranaka
2013-04-02Add comments: eval method is defined in mrbgems.Masaki Muranaka
2013-04-01bugfix: Kernel#!=, and add #!= testcase.Kouki Ooyatsu
2012-10-09Bugfix for crash if main was extended with a module.Beoran
2012-09-15Don't check ObjectID of Kernel#to_s. Only class check of instanceDaniel Bovensiepen
2012-09-09Add Kernel TestsDaniel Bovensiepen
2012-09-03introduce toplevel object main; close #327Yukihiro Matsumoto
2012-08-12check value from NilClass#inspectYukihiro Matsumoto
2012-08-12check inside of result from Kernel#instance_variableYukihiro Matsumoto
2012-07-17Merge pull request #378 from masamitsu-murase/modify_proc_lambdaYukihiro "Matz" Matsumoto
2012-07-18Add tests for Kernel#lambda and Kernel.lambda.Masamitsu MURASE
2012-07-18Add test for 'respond_to?'.Masamitsu MURASE
2012-07-17Add test for Kernel#extend.Masamitsu MURASE
2012-06-27Fix kernel test descriptionsDaniel Bovensiepen
2012-06-27Add more kernel testsDaniel Bovensiepen
2012-06-24update ISO chapter number in test/t/kernel.rbYukihiro Matsumoto
2012-06-24Add sample test for Kernel#clone and Kernel#dup.Masamitsu MURASE
2012-06-19remove local_variables testYukihiro Matsumoto
2012-06-12block_given? should work; close #262Yukihiro Matsumoto
2012-06-02Add Test Case for issue #211Daniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-24Add ISO Test Cases for KernelDaniel Bovensiepen