Download Code Kata
List of Katas
Kata:
- Framework: ruby.test-unit
- Author:
- Twitter:
Final Solution
# This is just a dummy example.
# Adapt the code to your code kata
# before you press "Run" the first
# time.
class FooTest < Test::Unit::TestCase
def test_broken
foo = Foo.new
assert_equal("Foo.bar", foo.bar)
end
end
class Foo
def bar
"Foo.bar"
end
end
Statistics
| Framework |
Started |
Number of Moves |
Duration |
Number of modifications |
| kata |
per move |
kata |
per move |
| ruby.test-unit |
19-Nov-2011, 04:50:19 AM |
2 |
1m 5s |
33 seconds |
2 |
1.0 |
Sharing
Link to Kata: http://codersdojo.org/statistics/df7105b1c9813ed220419d02be5ecbb3d0386853
Short link to Kata: http://bit.ly/sJ6B4d
@