Sha256: 1a70c5c65e09e06c1905af73d4867712699cd61f5c3faad5ab18fe3a2a942699
Contents?: true
Size: 442 Bytes
Versions: 50
Compression:
Stored size: 442 Bytes
Contents
require File.expand_path('../../test_helper', __FILE__) require 'deprecation_disabler' class StubbaTest < Test::Unit::TestCase include DeprecationDisabler def test_should_report_deprecation_of_stubba_which_will_be_removed_in_a_future_release disable_deprecations do load 'stubba.rb' end assert Mocha::Deprecation.messages.include?("require 'stubba' is no longer needed and stubba.rb will soon be removed") end end
Version data entries
50 entries across 42 versions & 6 rubygems