Sha256: 8724e46903cbe28b212f6b1993192dcb05d2c84f5602111f8ebfe0617bc2846c

Contents?: true

Size: 329 Bytes

Versions: 5

Compression:

Stored size: 329 Bytes

Contents

#This is an example script
class Example < 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,"This test passed."]
  end
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

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