Sha256: 65e9c15aaf4df3527da6b14ea7dda92f0e75bc1f2b5c4dda830ef11c743dbaa2

Contents?: true

Size: 461 Bytes

Versions: 1

Compression:

Stored size: 461 Bytes

Contents

BASEDIR = File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))

$LOAD_PATH.unshift(BASEDIR + '/lib')

# Make sure the binary is in our path
ENV['PATH'] = BASEDIR + '/bin:' + ENV['PATH']

require 'spectate'

require 'spec/expectations'

require File.join(BASEDIR, 'spec', 'helpers', 'config_helpers')
World(Spectate::Spec::ConfigHelpers)

# Set up a config file that makes sense for us
Before do
  create_config
end

After do
  remove_config
end
  
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spectate-0.0.0 features/support/env.rb