Sha256: a5488a22d549dd942993887668fad2a03fe6a01cae45f972a902aecf67bcd982

Contents?: true

Size: 541 Bytes

Versions: 5

Compression:

Stored size: 541 Bytes

Contents

require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end

$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib')
require 'rails/all'
require 'google_authentication'

require 'rspec/expectations'

# using aruba for full integration features
require 'aruba/cucumber'

Before do
  #@dirs = ["/tmp/aruba"]
  # raise timeouts
  @aruba_timeout_seconds = 10
  @aruba_io_wait_seconds = 10
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
google_authentication-0.3.0 features/support/env.rb
google_authentication-0.2.0 features/support/env.rb
google_authentication-0.1.2 features/support/env.rb
google_authentication-0.1.1 features/support/env.rb
google_authentication-0.1.0 features/support/env.rb