Sha256: 2f4a838a98112e24dca6c07f030d224c4b4938ea0db123b0fbd71eeb2ea69ba0
Contents?: true
Size: 410 Bytes
Versions: 4
Compression:
Stored size: 410 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib') require 'rubygems' require 'cukeq' require 'rspec/expectations' require File.expand_path("../report_app", __FILE__) require File.expand_path("../cukeq_helper", __FILE__) require File.expand_path("../test_environment", __FILE__) require File.expand_path("../rabbit_control", __FILE__) World(CukeQHelper) TestEnvironment.launch After do cleanup end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cukeq-0.0.1.dev5 | features/support/env.rb |
cukeq-0.0.1.dev4 | features/support/env.rb |
cukeq-0.0.1.dev3 | features/support/env.rb |
cukeq-0.0.1.dev2 | features/support/env.rb |