Sha256: e3fab1b782229537b85603f8da87bf83b769d8a9377a21301060e3a351737172

Contents?: true

Size: 266 Bytes

Versions: 2

Compression:

Stored size: 266 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib')
require 'aruba/cucumber'
require 'fileutils'

begin
  # rspec-2
  require 'rspec/expectations'
rescue LoadError
  # rspec-1
  require 'spec/expectations'
end

Before do
  FileUtils.rm(Dir['config/*.yml'])
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
recurs-0.0.4.1 features/support/env.rb
aruba-0.2.7 features/support/env.rb