Sha256: 52d46f30b6a75cda600f2cc83f00365f88738976f35cd90d349b023b65e5a906

Contents?: true

Size: 404 Bytes

Versions: 10

Compression:

Stored size: 404 Bytes

Contents

require 'simplecov'
require 'simplecov-rcov'

SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
SimpleCov.start do
  add_filter "/spec/"
end

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
$LOAD_PATH.unshift File.expand_path('../../spec/support', __FILE__)

require 'soar_authentication_token'
require 'pry'
require 'auth_token_store_provider'

def one_year_in_seconds
  31536000
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
soar_authentication_token-5.0.3 spec/spec_helper.rb
soar_authentication_token-5.0.2 spec/spec_helper.rb
soar_authentication_token-5.0.1 spec/spec_helper.rb
soar_authentication_token-5.0.0 spec/spec_helper.rb
soar_authentication_token-4.0.1 spec/spec_helper.rb
soar_authentication_token-4.0.0 spec/spec_helper.rb
soar_authentication_token-3.0.9 spec/spec_helper.rb
soar_authentication_token-3.0.8 spec/spec_helper.rb
soar_authentication_token-3.0.7 spec/spec_helper.rb
soar_authentication_token-3.0.6 spec/spec_helper.rb