Sha256: bf228397efbc0e365f81cc26cb422b711f26788add336af3c955c55205e641e0

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

$:.unshift(__FILE__ + '/../lib')

require 'bundler'
Bundler.setup :default, :test

require 'rspec'
require 'rack/test'
require 'omniauth-webmaker'

RSpec.configure do |config|
  config.include Rack::Test::Methods
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-webmaker-0.0.7 spec/omniauth/spec_helper.rb
omniauth-webmaker-0.0.6 spec/omniauth/spec_helper.rb
omniauth-webmaker-0.0.5 spec/omniauth/spec_helper.rb