summaryrefslogtreecommitdiffhomepage
path: root/test/t/module.rb
AgeCommit message (Expand)Author
2013-08-13Add two tests for issue #1467Carson McDonald
2013-08-02I fix order of actual and expect test value in module.rb.Jun Hiroe
2013-07-21Cleaned up some of the Module#attr testsRyan Scott
2013-07-19Wrote tests around attr, attr_reader, attr_writer, attr_accessorRyan Scott
2013-06-15Improve Module TestsDaniel Bovensiepen
2013-04-30the receiver should be included in ancestors even when it's a singleton classYukihiro "Matz" Matsumoto
2013-04-25fix Module#ancestors and update testskandhas
2013-04-21Remove unused variableCarson McDonald
2013-04-20fix test to check class variables in superclassesYukihiro "Matz" Matsumoto
2013-04-06Add some tests.Masaki Muranaka
2013-04-02Add test cases.Masaki Muranaka
2013-02-16Add Module#remove_const testDaniel Bovensiepen
2013-01-04add test for Module#method_defined?skandhas
2012-12-29add test for Module#remove_methodskandhas
2012-12-25add test for Module#remove_class_variableskandhas
2012-12-23add test for Module#class_variable_defined?skandhas
2012-12-21fix mrb_mod_cv_set and add test for Module#class_variable_setskandhas
2012-12-20add test for Module#class_variable_getskandhas
2012-11-27add Module#class_eval testskandhas
2012-11-27add Module#module_eval testskandhas
2012-11-26add Module#instance_methods testskandhas
2012-11-24add Module#include? testskandhas
2012-11-13modify Module#class_variables testskandhas
2012-11-12modify Module#class_variables testskandhas
2012-11-09add Module#class_variables testskandhas
2012-09-09Add Module TestsDaniel Bovensiepen
2012-07-17refactoring on module testsYukihiro Matsumoto
2012-07-17add Module#ancestors 15.2.2.4.9Yukihiro Matsumoto
2012-07-08Add tests for Modules #append_features, #include, #included and #included_mod...Daniel Bovensiepen
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-06-02Add Test Case for issue #210Daniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-25Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...Daniel Bovensiepen