Commit Graph

63 Commits

Author SHA1 Message Date
Marc Peabody
9b97fea75a experimenting with more java interop 2010-09-28 09:38:41 -04:00
Marc Peabody + Jim Weirich
45523c03c0 More class conflict examples. 2010-09-27 16:54:10 -04:00
Jim Weirich
8436b46c1a Added Ruby version information to the output. 2010-09-27 14:36:38 -04:00
Jim Weirich
322ca38767 Minitest lines in backtrace are no longer interesting. 2010-09-27 14:15:59 -04:00
Jim Weirich
91f15dc690 Simplified output for running against multiple rubies. 2010-09-27 14:09:38 -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
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
584b26e532 Updated for JRuby 2010-09-27 10:44:58 -04:00
Marc Peabody
f56117c0ca merge and 80 char limit on src 2010-09-22 15:14:11 -04:00
Jim Weirich
754a7694ad Added else clause if progress file is not there. 2010-09-22 14:50:25 -04:00
Marc Peabody
493300b24d end screen with koans logo ascii art 2010-09-22 14:08:38 -04:00
Matt Yoho
9b5dfb4e42 Add koan on asserting exceptions 2010-09-21 17:12:50 -04:00
Matt Yoho
3ed32b4534 Use correct method for exception fill-in blank 2010-09-21 16:05:02 -04:00
Matt Yoho
aa09d17630 Clean up about_koans and add another example 2010-09-21 16:04:58 -04:00
Daniel Parker
a36c3b7a4d Fixed typo 2010-09-21 17:41:09 +01:00
Matt Yoho
18cccf33fb Add about_symbols koan 2010-09-21 12:03:31 -04:00
Erik Ogan
1597b2f912 minor grammar nit 2010-09-19 16:53:17 -07:00
Jim Weirich
0794235441 Removed utf-8 character in comments. 2010-09-12 21:32:55 -04:00
Jim Weirich
ad99c372c3 Normalized file name and koan category name. 2010-09-12 21:27:22 -04:00
Jim Weirich
8d8287365b Added bonus question about the file read. 2010-09-12 21:27:01 -04:00
Jim Weirich
0c18e9742f Simplified file read example. 2010-09-12 21:26:49 -04:00
Greg Mefford
b0e34a90e0 Cleaned up some messy File housekeeping. 2010-09-12 17:07:22 -04:00
Rene Mendoza
ed2ef0f439 Added autotest support to RubyKoans 2010-08-27 09:38:09 -04:00
Jim Weirich
bc1a20a310 Tweeks on the color module 2010-08-27 09:35:33 -04:00
Jim Weirich
e6fc8f6434 Renamed method 2010-08-27 09:35:33 -04:00
Jim Weirich
bc55853983 Updated comment 2010-08-26 07:57:28 -04:00
Jim Weirich
d17cc7b457 Disable colorization when the NO_COLOR env variable is defined. 2010-08-26 07:55:04 -04:00
Jim Weirich
f88e9f1dfc Removed method missing from color module. 2010-08-26 07:53:22 -04:00
Jim Weirich
05d5ab9a5e Added colors to output (based on renemendoza's patch). 2010-08-26 07:45:31 -04:00
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