Sha256: f55ad05f96faf42bfb53d13bdc6fcd5ba39bbbffd2fec99993894d5356f3d278

Contents?: true

Size: 595 Bytes

Versions: 46

Compression:

Stored size: 595 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__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'apirunner'
require 'rspec'
# require 'rspec/autorun'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
apirunner-0.5.5 spec/spec_helper.rb
apirunner-0.5.0 spec/spec_helper.rb
apirunner-0.4.10 spec/spec_helper.rb
apirunner-0.4.9 spec/spec_helper.rb
apirunner-0.4.8 spec/spec_helper.rb
apirunner-0.4.7 spec/spec_helper.rb
apirunner-0.4.6 spec/spec_helper.rb
apirunner-0.4.5 spec/spec_helper.rb
apirunner-0.4.4 spec/spec_helper.rb
apirunner-0.4.3 spec/spec_helper.rb
apirunner-0.4.2 spec/spec_helper.rb
apirunner-0.4.1 spec/spec_helper.rb
apirunner-0.4.0 spec/spec_helper.rb
apirunner-0.3.10 spec/spec_helper.rb
apirunner-0.3.9 spec/spec_helper.rb
apirunner-0.3.8 spec/spec_helper.rb
apirunner-0.3.7 spec/spec_helper.rb
apirunner-0.3.6 spec/spec_helper.rb
apirunner-0.3.5 spec/spec_helper.rb
apirunner-0.3.4 spec/spec_helper.rb