Marc Peabody
d9e77d26f2
Merge branch 'master' of git://github.com/caius/ruby_koans into caius/master
2009-10-08 10:35:50 -04:00
Marc Peabody
17ac70bd4d
hash keys and values must assert against sorted arrays - thanks gregmalcolm
2009-10-08 10:16:57 -04:00
unknown
f9017915dc
Cleanup of "cross method" test on the Bulldog, by removing the unfinished test and also Bulldog.growl method, which becomes obsolete.
2009-03-17 21:57:25 -04:00
unknown
fcf5bd860d
I renamed the class to AboutTriangleAssignment2 as this was messing with the testing order.
...
Using the same class name as the other Triangle Assignment was affecting the testing order, causing this assignment to show up before about_exceptions.
2009-03-17 21:50:41 -04:00
unknown
d8d1d4cc64
Provided an alternative test_hash_keys_and_values function.
...
Asserts on hash.keys or hash.values can not be relied on as the order is random (I had an expected values of [:two, :one] when I got to that test).
2009-03-17 21:38:05 -04:00
Caius Durling
77013b1afd
Assigning a variable so the test passes when correct code is added.
2009-02-07 02:13:34 +00:00
Jonathan Lim
9e799a7178
Ensuring method names unique.
...
Ensuring that later class method definitions don't mess with earlier tests.
Renaming test to reflect that other objects are not affected by singleton methods on objects.
Signed-off-by: edgecase <github@theedgecase.com >
2009-01-29 02:22:42 +08:00
Jonathan Lim
4b65b1f52d
Fixing scores
...
Signed-off-by: edgecase <github@theedgecase.com >
2009-01-29 02:22:41 +08:00
Joe O'Brien
7d59878eaa
moving files around a bit
2009-01-26 12:11:46 -05:00