Sha256: 646f1bf1c138ae9bd6c062621263077e032c72e9fd05a521d88606bf33ec3f4f
Contents?: true
Size: 485 Bytes
Versions: 2
Compression:
Stored size: 485 Bytes
Contents
$:.unshift File.dirname(__FILE__) require 'rubygems' require 'indifferent-variable-hash' require 'scenarios/scenarios' require 'scenarios/scenario' # TODO not 100% sure if i want this Scenario.load_paths ||= [ 'scenarios' ] # default to a 'scenarios' directory relative to your current location # TODO get rid of this ... switch to a real logger Scenario.verbose = false # TODO get rid of this, i think i want to *explicitly* require this require 'scenarios/spec' if defined? Spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openrain-scenarios-0.2.2 | lib/scenarios.rb |
openrain-scenarios-0.3.2 | lib/scenarios.rb |