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 23-Sep-2011, 12:26:03 PM 1 0m 19s 19 seconds 1 1.0
Chart?chtt=seconds+per+move&cht=bvg&chxt=x,y&chbh=a,0,2&chs=600x200&chxr=1,0,19.0&chds=0,19.0&chco=00ff00&chd=t:19

Longest three moves

Duration in seconds Move
19 1 Goto move

Sharing

Link to Kata: http://www.codersdojo.org/statistics/fdfc0c55521d5d6f89206b9f87bd72b0716efc43

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

@