Commit Graph

107 Commits

Author SHA1 Message Date
Matt Darby
6777853f39 Merge pull request #28 from alindeman/master
Remove Trailing Whitespace
2011-06-02 15:27:28 -07:00
Matt Darby
ed90af6a86 Merge pull request #30 from greyblake/master
Hash default value
2011-06-02 15:27:09 -07:00
Matt Darby
8ad07e027f Merge pull request #35 from TheSeparateFirst/master
Fixed about_strings for multiple rubies
2011-06-02 15:20:34 -07:00
Matt Darby
0fae65d634 Merge pull request #36 from dcoder2099/master
Fixed a typo in about_inheritance.rb
2011-06-02 15:13:44 -07:00
Matt Darby
a1f3d96e8e Merge pull request #42 from kowen/master
Adding missing assert in iteration test.
2011-06-02 15:06:58 -07:00
R.T. Lechow
561a74d809 Typos. 2011-06-02 17:46:41 -04:00
Katrina Owen
6c8fe05507 Adding missing assert in iteration test.
Also checking against symbol rather than string.
2011-05-16 23:48:53 +02:00
Joe O'Brien
b27f1a7bd9 Merge pull request #32 from skilldrick/spellings.
Spellings
2011-04-30 11:57:21 -07:00
Joe O'Brien
bb805940c2 Merge pull request #37 from abyx/fix_typo_in_proxy_project.
Fix typo in proxy project
2011-04-30 10:47:02 -07:00
Joe O'Brien
dde32db1c4 Merge pull request #38 from bowsersenior/master.
Just some typo fixes
2011-04-30 10:46:31 -07:00
nazgob
3d18d339e4 fixed typo -> Issue #39 2011-04-13 06:50:17 -07:00
Mani Tadayon
bb8d835ad4 Fix typo in about_modules.rb 2011-03-29 17:11:33 -07:00
Mani Tadayon
6dc43a1ab0 Correct spelling: "heirarachy" => "hierarchy" 2011-03-29 15:14:06 -07:00
Mani Tadayon
39d556d66e Fix one letter typo in comments 2011-03-29 11:11:09 -07:00
Aviv Ben-Yosef
d6f69b5b26 fixing typo 2011-03-26 19:14:30 +02:00
Daniel Hedrick
434016150e Fix typo of subclasses (from subcases) 2011-03-21 19:24:38 -05:00
Jeffrey Murray
eb3403b0ff Fixed missed test case. 2011-03-11 17:50:39 -08:00
Jeffrey Murray
a46642e192 Fixed test_you_can_get_a_single_character_from_a_string for multiple rubies (1.8, 1.9) 2011-03-11 17:34:59 -08:00
Skilldrick
34cc5c4069 Fix some typos. 2011-02-20 11:26:27 +00:00
Potapov Sergey
caceba4d23 Added test for Hash default value. Developers often forget about using it. 2011-02-08 00:50:39 +02:00
Jim Weirich
0447d69a6d my_same_class_method => my_method_in_the_same_class for clarity 2011-02-03 15:30:59 -08:00
David Calavera
a05d7b8980 Add koan on break statements 2011-01-23 19:44:58 +01:00
Andy Lindeman
c350469e93 Remove trailing whitespace 2011-01-22 19:37:45 -06:00
Jeff Casimir
70eae5b306 Fix minor typo in method name: strings ARE unique objects 2011-01-12 15:44:56 -05:00
Jim Weirich
db3bbdcf45 Better test name in the java interop koan 2010-12-23 15:04:16 -05:00
Jim Weirich
c8b4c3e6c5 [5458710] Added koans about to_str 2010-12-23 12:28:24 -05:00
Jim Weirich
204cd44ea9 [5462710] Fixed equality koan on symbols. 2010-12-23 12:08:03 -05:00
Jim Weirich
ab59dc4791 Merge branch 'more_jruby' into m
* more_jruby:
  [5553333] Updated java interop on to_java method.
  Added cruise task
  java coercion
2010-12-23 11:46:29 -05:00
Jim Weirich
ccfa664b48 [5553333] Updated java interop on to_java method. 2010-12-23 11:45:46 -05:00
Jim Weirich
297cfde6a3 [7439987] Changed symbol inclusion test to use strings. 2010-12-23 10:16:34 -05:00
Jim Weirich
3dab146b8d Added --/++ markers around the dice class. 2010-12-23 09:26:55 -05:00
Marc Peabody
0b9727f299 fix mistake in about_symbols.rb 2010-12-14 09:12:49 -05:00
Jim Weirich
d3ce64a768 Updatd exception koan to be clearer about StandardError VS RuntimeError 2010-11-29 09:02:22 -05:00
Luke Pearce
9291f534c6 Fixed exceptions typo 2010-11-29 13:24:40 +00:00
Jim Weirich
71f670ac1d Disabled colored output on windows. 2010-10-21 07:05:06 -04:00
Jim Weirich
1864c9c346 Updated koans for about_symbols fix 2010-10-21 07:04:54 -04:00
Marc Peabody
e26666280c java coercion 2010-10-02 10:11:18 -04:00
Jim Weirich
e5843f64fd Fixed bug where some koans were not generated properly. 2010-10-01 11:05:25 -04:00
Jim Weirich
fdb8774c95 Added Java Interop koans if running jruby. 2010-09-28 14:49:43 -04:00
Jim Weirich
7dee146a8c Added missing __ replacements 2010-09-28 14:49:06 -04:00
Jim Weirich
e24d94eeff Updated koans from source. 2010-09-28 14:43:34 -04:00
Jim Weirich
b41d6167b4 Updated koans from src. 2010-09-28 14:17:46 -04:00
Jim Weirich
17fb071814 Evaluated each assert line without a replacement test specified. 2010-09-27 13:38:50 -04:00
Jim Weirich
ece35b2539 Added symbol & string identity tests. 2010-09-27 11:36:38 -04:00
Jim Weirich
fe2ee86172 Added Koan on basic objects 2010-09-27 11:36:00 -04:00
Jim Weirich
9caf7a950a Updated koans from source directory. 2010-09-27 10:50:29 -04:00
Jim Weirich
a13f184ef1 Merge branch 'output_refactoring'
* output_refactoring:
  Updated for JRuby
  Switch blue color to cyan for better contrast on dark terminals.
  80 char limit to end screen
  Updated Koans directory
  Added else clause if progress file is not there.
  regen for updated koans/edgecase.rb
  end screen with koans logo ascii art
2010-09-27 10:49:17 -04:00
Jim Weirich
b2c47e0c0f Switch blue color to cyan for better contrast on dark terminals. 2010-09-27 10:37:35 -04:00
Marc Peabody
f56117c0ca merge and 80 char limit on src 2010-09-22 15:14:11 -04:00
Marc Peabody
15551eaf53 80 char limit to end screen 2010-09-22 15:09:08 -04:00