Commit Graph

82 Commits

Author SHA1 Message Date
Jim Weirich
3aa75e86aa Fixed spelling of repetition. 2010-08-22 01:55:02 -04:00
Jim Weirich
9c0ccd53a2 Merge branch 'master' of git://github.com/JEG2/ruby_koans into numeric
* 'master' of git://github.com/JEG2/ruby_koans:
  Adding Regular Expression koans.
  Fixing a bug that was causing some number Koans to be presolved.
2010-08-22 01:36:28 -04:00
James Edward Gray II
9a459a7eb3 Adding Regular Expression koans. 2010-08-21 22:11:06 -05:00
Jonathan Castello
a5180d9ea1 Typo fix: changed "parenthesis" to "parentheses" 2010-08-21 11:32:57 -07:00
Jonathan Castello
7c52931392 With 'test_in_ruby_1_8_single_characters_are_represented_by_strings', changed the name to use '1.9', since it's in an in_ruby_version("1.9") block. (Confused me for a good while.) 2010-08-21 01:33:13 -07:00
Jim Weirich
6365c8d61d Now supporting Test::Unit as well under Ruby 1.9. 2010-08-16 16:56:42 -04:00
Jim Weirich
f2ac27f52e Added support for minitest under Ruby 1.9. 2010-08-16 16:53:56 -04:00
Jim Weirich
c4549eb24b Make method_missing public in the test framework for Ruby 1.9. 2010-08-16 15:40:54 -04:00
Jim Weirich
ee9a03740b Setup load path in path_to_enlightenment, so -I not needed in Rakefile. 2010-08-16 15:39:46 -04:00
Jim Weirich
7046294343 Answers now Ruby 1.9 compliant 2010-08-16 15:05:20 -04:00
Jim Weirich
e8456fa321 Added current directory to rake runner. 2010-08-16 15:03:44 -04:00
Jim Weirich
138bc7c9bc Minor change to comment about regular expressions. 2010-08-16 14:59:04 -04:00
Jim Weirich
2c3b65ec79 Updated require with yucky File.dirname(__FILE__) hacks. 2010-08-16 14:40:37 -04:00
Jim Weirich
fbd36f6b0d Reworded question. 2010-08-16 13:59:58 -04:00
Jim Weirich
56206e0a41 Removed unneeded check for no args. 2010-04-20 16:26:57 -04:00
Jim Weirich
f0b1560f34 Added about_constants 2010-04-20 16:17:34 -04:00
Jim Weirich
3b824d0e86 Modified to be less dependent on exact method and constant counts. 2010-04-20 16:17:24 -04:00
Jim Weirich
110ff38b3f Added a numeric fill in method (_n_) 2010-04-20 16:16:55 -04:00
Jim Weirich
d4c9150453 Added swap example to parallel assignments 2010-01-15 09:51:50 -05:00
Jim Weirich
ec6458e174 Renamed if test to avoid method name conflict. 2010-01-15 09:46:17 -05:00
Jim Weirich
6c69bcb0ef Added [1,1,3] case for triangles. 2010-01-15 09:39:48 -05:00
Jim Weirich
6052c776bc Use .values rather than .keys in values test (http://www.pivotaltracker.com/story/show/2177802) 2010-01-14 14:31:30 -05:00
Jim Weirich
425fd41fbc Fixed misspelling of "multiple" (http://www.pivotaltracker.com/story/show/2072574) 2010-01-03 06:27:59 -05:00
Jim Weirich
bdc9e2a772 Renamed explict to explicit (http://www.pivotaltracker.com/story/show/2070657) 2010-01-02 22:25:05 -05:00
Jim Weirich
e21e46bdf9 Renamed test (http://www.pivotaltracker.com/story/show/2072574) 2010-01-02 22:22:38 -05:00
Jim Weirich
3958b3c9e5 Updated first test to properly fail on the first run. 2009-12-22 22:31:55 -05:00
Jim Weirich
ac6f38a804 Fixed rules typos. 2009-12-21 16:45:33 -05:00
Jim Weirich
a7382f3940 Changed minor constant count change. 2009-12-21 16:37:06 -05:00
Jim Weirich
4fb9f8fb9f Fixed broken assert in src, so that it is still broken in koan 2009-12-21 16:36:48 -05:00
Jim Weirich
e9e079e262 Cleaned up src directory 2009-12-21 16:31:11 -05:00
Jim Weirich
f05d9ee1ac Merged src directory with existing koans. 2009-12-21 16:17:32 -05:00
Jim Weirich
47c6c6f8da Added src directory 2009-12-21 15:03:20 -05:00