Sha256: dc4afe64b188655782adfb5037f77fbf78d5a1ca1a95f1b02f7af0177c9cc779
Contents?: true
Size: 696 Bytes
Versions: 10
Compression:
Stored size: 696 Bytes
Contents
proc { |p| $:.unshift(p) unless $:.any? { |lp| File.expand_path(lp) == p } }.call(File.expand_path('../lib', File.dirname(__FILE__))) require 'simplecov' require 'byebug' # NO EXPECTATIONS ENV["MT_NO_EXPECTATIONS"] = '' require 'minitest/autorun' require 'minitest/reporters' Minitest::Reporters.use! Minitest::Reporters::SpecReporter.new require 'rack/test' require 'timecop' require 'oauthenticator' require 'test_config_methods' class OAuthenticatorConfigSpec < Minitest::Spec after do Timecop.return end include TestHelperMethods end # register this to be the base class for specs instead of Minitest::Spec Minitest::Spec.register_spec_type(//, OAuthenticatorConfigSpec)
Version data entries
10 entries across 10 versions & 1 rubygems