José Galisteo Ruiz

23/11/2010

Pending tests to test/unit

To use the method ‘pending’ to ‘test/unit’ only need the gem ‘pending’.

Example:

require 'test/unit'
require 'pending'

class TestSomething < Test::Unit::TestCase

  def test_something
    pending 'something'
  end

end
blog comments powered by Disqus