Sha256: 9d58c2fc47f9685842dffd5c0b797af99fe2bab8eeedf8d25bc56f5dab526c36

Contents?: true

Size: 494 Bytes

Versions: 3

Compression:

Stored size: 494 Bytes

Contents

require 'bundler/setup'

require 'aruba/api'
require 'aruba/cucumber'
require 'cucumber/rspec/doubles'
require 'rspec/expectations'

require 'community_zero/rspec'
CommunityZero::RSpec.start
Before { CommunityZero::RSpec.reset! }

require 'stove'

require File.expand_path('../stove/git', __FILE__)

World(Aruba::Api)
World(Stove::Git)

Before do
  FileUtils.rm_rf(tmp_path)
  @aruba_timeout_seconds = 15
end

# The path to Aruba's "stuff"
def tmp_path
  File.expand_path(@dirs.first.to_s)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stove-2.0.0 features/support/env.rb
stove-2.0.0.beta.2 features/support/env.rb
stove-2.0.0.beta.1 features/support/env.rb