Sha256: f0c5aaa949002ff0f33206a79e7e7fe53cb553e589f4a431725c380e334d23b6

Contents?: true

Size: 257 Bytes

Versions: 7

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

ENV['RAILS_ENV'] ||= 'test'

require 'support/coverage'

require 'support/application'
require 'support/common'
require 'support/i18n'
require 'support/routes'
require 'support/schema'
require 'authorizy'
require 'pry-byebug'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
authorizy-0.5.0 spec/common_helper.rb
authorizy-0.4.1 spec/common_helper.rb
authorizy-0.4.0 spec/common_helper.rb
authorizy-0.3.0 spec/common_helper.rb
authorizy-0.2.2 spec/common_helper.rb
authorizy-0.2.1 spec/common_helper.rb
authorizy-0.2.0 spec/common_helper.rb