Sha256: 3290d08f1efebbb3b877dd53c9552e19f2a75b0388971535c65ec92e9ebb0e8d

Contents?: true

Size: 338 Bytes

Versions: 7

Compression:

Stored size: 338 Bytes

Contents

$: << File.expand_path('../../lib', __FILE__)
require 'oauth2/rack'
require 'multi_json'

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
oauth2-rack-1.1.1 spec/spec_helper.rb
oauth2-rack-1.0.0 spec/spec_helper.rb
oauth2-rack-0.0.5 spec/spec_helper.rb
oauth2-rack-0.0.4 spec/spec_helper.rb
oauth2-rack-0.0.3 spec/spec_helper.rb
oauth2-rack-0.0.2 spec/spec_helper.rb
oauth2-rack-0.0.1 spec/spec_helper.rb