Sha256: 692a0e8f4f7e544634f1b66d9fae2313e6539b1684afd1013b8f11fd27dc42c3
Contents?: true
Size: 471 Bytes
Versions: 3
Compression:
Stored size: 471 Bytes
Contents
$:.unshift File.expand_path('..', __FILE__) $:.unshift File.expand_path('../../lib', __FILE__) require 'simplecov' SimpleCov.start require 'rspec' require 'rack/test' require 'webmock/rspec' require 'omniauth' require 'omniauth-vkontakte' RSpec.configure do |config| config.include WebMock::API config.include Rack::Test::Methods config.extend OmniAuth::Test::StrategyMacros, :type => :strategy config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth-vkontakte-1.4.1 | spec/spec_helper.rb |
omniauth-vkontakte-1.4.0 | spec/spec_helper.rb |
omniauth-vkontakte-1.3.7 | spec/spec_helper.rb |