Sha256: 74b1044f22566d48a6e8e360033e3dd11723fddb34f4c9c3e01cf3d8a1e7d3d3

Contents?: true

Size: 610 Bytes

Versions: 9

Compression:

Stored size: 610 Bytes

Contents

require 'rubygems'

# Set up gems listed in the Gemfile.
gemfile = File.expand_path('../Gemfile', File.dirname(__FILE__))
begin
  ENV['BUNDLE_GEMFILE'] = gemfile
  require 'bundler'
  Bundler.setup
rescue Bundler::GemNotFound => e
  STDERR.puts e.message
  STDERR.puts "Try running `bundle install`."
  exit!
end

Bundler.require(:spec)

Rspec.configure do |config|
  config.mock_with :rspec
end
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.

require "apnserver"
require 'base64'

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
apnserver-0.2.2 spec/spec_helper.rb
racoon-1.0.1 spec/spec_helper.rb
racoon-1.0.0 spec/spec_helper.rb
racoon-0.6.0 spec/spec_helper.rb
racoon-0.5.0 spec/spec_helper.rb
racoon-0.4.0 spec/spec_helper.rb
racoon-0.3.2 spec/spec_helper.rb
racoon-0.3.1 spec/spec_helper.rb
apnserver-0.2.1 spec/spec_helper.rb