module Telemetry::SelfTest
This module is the common setup for all tests
It should be included in the toplevel describe blocks
@example
require 'telemetry/test' describe Telemetry do include Telemetry::SelfTest end
Public Instance Methods
setup()
click to toggle source
# File lib/telemetry/test.rb, line 45 def setup # Setup code for all the tests end
teardown()
click to toggle source
# File lib/telemetry/test.rb, line 49 def teardown # Teardown code for all the tests end