Sha256: 6b139467c83feda9ecc5232ca4fbaaf986cd3dcc63701d4676f9fd9df029d47d

Contents?: true

Size: 313 Bytes

Versions: 14

Compression:

Stored size: 313 Bytes

Contents

require 'bundler/setup'
Bundler.setup

require 'action_controller'
require 'active_record'
require 'mongoid'
require 'active_support'

require 'simple_token_authentication'

Dir["./spec/support/**/*.rb"].sort.each { |f| require f; puts f }

RSpec.configure do |config|
  config.raise_errors_for_deprecations!
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
simple_token_authentication-1.15.1 spec/spec_helper.rb
simple_token_authentication-1.15.0 spec/spec_helper.rb
simple_token_authentication-1.14.0 spec/spec_helper.rb
simple_token_authentication-1.13.0 spec/spec_helper.rb
simple_token_authentication-1.12.0 spec/spec_helper.rb
simple_token_authentication-1.11.0 spec/spec_helper.rb
simple_token_authentication-1.10.1 spec/spec_helper.rb
simple_token_authentication-1.10.0 spec/spec_helper.rb
simple_token_authentication-1.9.1 spec/spec_helper.rb
simple_token_authentication-1.9.0 spec/spec_helper.rb
simple_token_authentication-1.8.0 spec/spec_helper.rb
stn-simple_token_authentication-1.7.1 spec/spec_helper.rb
simple_token_authentication-1.7.0 spec/spec_helper.rb
simple_token_authentication-1.6.0 spec/spec_helper.rb