Sha256: b66baca5ad00fc000f88fe8fa65da95a9a0efed3d4cfc119ec53864730bf731f

Contents?: true

Size: 196 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
rainforest_auth-0.0.10 spec/spec_helper.rb