Sha256: 9b8dc09c4616e93bd564f8fa74fcc95467ee198a1620dc93ec54670b9175b174

Contents?: true

Size: 196 Bytes

Versions: 3

Compression:

Stored size: 196 Bytes

Contents

require 'rspec'

ENV["RACK_ENV"] ||= 'test'

require File.expand_path('../lib/rainforest_auth', File.dirname(__FILE__))

# Configure rspec
RSpec.configure do |config|
  config.mock_with :rspec
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rainforest_auth-0.1.1 spec/spec_helper.rb
rainforest_auth-0.1.0 spec/spec_helper.rb
rainforest_auth-0.0.11 spec/spec_helper.rb