Watch Code Kata

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
Chart?chtt=seconds+per+move&cht=bvg&chxt=x,y&chbh=a,0,2&chs=600x200&chxr=1,0,51.0&chds=0,51.0&chco=ff0000|00ff00&chd=t:51.0,14

Longest three moves

Duration in seconds Move
51 1 Goto move
14 2 Goto move

Sharing

Link to Kata: http://codersdojo.org/statistics/df7105b1c9813ed220419d02be5ecbb3d0386853

Short link to Kata: http://bit.ly/sJ6B4d

@