Sha256: 7901b39722fcf06ba5cf09e0eb7177ab45a4abc0d5ed816225bcb3dc7bec25b5
Contents?: true
Size: 457 Bytes
Versions: 8
Compression:
Stored size: 457 Bytes
Contents
require 'aruba/cucumber' ENV['PATH'] = "#{File.expand_path(File.dirname(__FILE__) + '/../../bin')}#{File::PATH_SEPARATOR}#{ENV['PATH']}" ENV['RUBYLIB'] = "#{File.expand_path(File.dirname(__FILE__) + '/../../lib')}#{File::PATH_SEPARATOR}#{ENV['RUBYLIB']}" Before do @aruba_timeout_seconds = 80 end class CalatravaWorld def create_app(name) @app = CalatravaApp.new(name) end def current_app @app end end World { CalatravaWorld.new }
Version data entries
8 entries across 8 versions & 1 rubygems