Sha256: 397ca6abce023a7134119a658f92765c27de17fb3084372d93cbdf3fffdfc4d9

Contents?: true

Size: 466 Bytes

Versions: 4

Compression:

Stored size: 466 Bytes

Contents

$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
require 'simplecov'
SimpleCov.start
require 'rspec'
require 'rack/test'
require 'omniauth'
require 'dailycred'

Dir[File.expand_path('../support/**/*', __FILE__)].each { |f| require f }

# require 'omniauth/strategies/dailycred_spec'

RSpec.configure do |config|
  config.include Rack::Test::Methods
  config.extend  OmniAuth::Test::StrategyMacros, :type => :strategy
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dailycred-0.1.25 spec/helper_spec.rb
dailycred-0.1.24 spec/helper_spec.rb
dailycred-0.1.23 spec/helper_spec.rb
dailycred-0.1.22 spec/helper_spec.rb