Sha256: 5621b5c49b4f44b3af74e28f4be02bdc975c5183c08d3c5e48b82be9c14028c6

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

#pre_example will run before the example.rb script
class PreExample < RippleNetworks::WarningShot::TestScript
  
  def initialize()
  end

=begin rdoc
  *Name*:: run
  *Access*:: public
  *Description*:: Performs test
  ===Returns
  *Description*:: Result of test
  *Datatype*:: boolean
=end
  def run()
    return true
  end
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
warning-shot-0.9.2 config/warning_shot/scripts/ruby/pre_example.rb
warning-shot-0.9.1 config/warning_shot/scripts/ruby/pre_example.rb
warning-shot-0.8.9 config/warning_shot/scripts/ruby/pre_example.rb
warning-shot-0.9.0 config/warning_shot/scripts/ruby/pre_example.rb
warning-shot-0.9.3 config/warning_shot/scripts/ruby/pre_example.rb