Sha256: 3dc37536aced4a671ccf5ca419cfa42126a4ac1815b8c020b09ef743315f119c
Contents?: true
Size: 499 Bytes
Versions: 3
Compression:
Stored size: 499 Bytes
Contents
require File.expand_path("../../../../test_helper.rb", __FILE__) module Test module Unit class TestCaseTest < ActiveSupport::TestCase context "An Test::Unit::TestCase instance" do should "be provided with pending methods" do if defined? Test klass = ::Test::Unit::TestCase # assert klass .methods.include?("pending") # assert klass.instance_methods.include?("pending") end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems