Sha256: 656c614ff3bb55a599dc87809d57d7de6af88f421fa029ab298dcc381952643b

Contents?: true

Size: 348 Bytes

Versions: 24

Compression:

Stored size: 348 Bytes

Contents

require 'capybara/rspec'
require 'bundler/setup'

Bundler.require(:default, :test)

Dir['./spec/support/**/*.rb'].each { |file| require file }

RSpec.configure do |config|
  config.include FoundationRailsTestHelpers

  config.before(:all) do
    create_dummy_app
    install_foundation
  end

  config.after(:all) do
    remove_dummy_app
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
foundation-rails-6.9.0.0 spec/spec_helper.rb
foundation-rails-6.6.2.0 spec/spec_helper.rb
foundation-rails-6.6.1.0 spec/spec_helper.rb
foundation-rails-6.5.3.0 spec/spec_helper.rb
foundation-rails-6.5.1.0 spec/spec_helper.rb
foundation-rails-6.4.3.0 spec/spec_helper.rb
foundation-rails-6.4.1.3 spec/spec_helper.rb
foundation-rails-6.4.1.2 spec/spec_helper.rb
foundation-rails-6.4.1.0 spec/spec_helper.rb
foundation-rails-6.3.1.0 spec/spec_helper.rb
foundation-rails-6.3.0.0 spec/spec_helper.rb
foundation-rails-6.2.4.0 spec/spec_helper.rb
foundation-rails-6.2.3.0 spec/spec_helper.rb
foundation-rails-6.2.1.0 spec/spec_helper.rb
foundation-rails-6.2.0.1 spec/spec_helper.rb
foundation-rails-6.2.0.0 spec/spec_helper.rb
foundation-rails-6.1.2.0 spec/spec_helper.rb
foundation-rails-6.1.1.3 spec/spec_helper.rb
foundation-rails-6.1.1.2 spec/spec_helper.rb
foundation-rails-6.1.1.1 spec/spec_helper.rb