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
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