Sha256: 8b84d39d590069e2e2597647a00defca3297222fa95def6a8f929d63f13b302c
Contents?: true
Size: 418 Bytes
Versions: 4
Compression:
Stored size: 418 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 } 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.21 | spec/spec_helper.rb |
dailycred-0.1.2 | spec/spec_helper.rb |
dailycred-0.1.1 | spec/spec_helper.rb |
dailycred-0.1.0 | spec/spec_helper.rb |