Module: Deprecation::Etest

Defined in:
lib/vex/base/deprecation.rb

Instance Method Summary collapse

Instance Method Details

#test_reportObject



36
37
38
39
40
# File 'lib/vex/base/deprecation.rb', line 36

def test_report
  STDERR.stubs(:puts).returns(nil)
  Deprecation.report "Hey"
  Deprecation.report "Hey"
end