Sha256: 30beb79f2f02b72ce599bdc64bb7edcca1fa6d86ac4e44f4146ce1b5b365dffc

Contents?: true

Size: 265 Bytes

Versions: 6

Compression:

Stored size: 265 Bytes

Contents

# frozen_string_literal: true
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
require "foundation_rails_helper"
require "capybara"

# turning off deprecations
ActiveSupport::Deprecation.silenced = true
I18n.enforce_available_locales = false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foundation_rails_helper-4.0.1 spec/spec_helper.rb
foundation_rails_helper-4.0.0 spec/spec_helper.rb
foundation_rails_helper-3.0.0 spec/spec_helper.rb
foundation_rails_helper-3.0.0.rc2 spec/spec_helper.rb
foundation_rails_helper-3.0.0.rc spec/spec_helper.rb
foundation_rails_helper-3.0.0.beta3 spec/spec_helper.rb