Sha256: 4b6e60f1d72a638a985731ba4d9cc3dc304aa3911325907b3f89355a510271f1

Contents?: true

Size: 395 Bytes

Versions: 4

Compression:

Stored size: 395 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"]    = "test"
ENV["ALONDRA_SERVER"] = 'true'

require File.expand_path("../dummy/config/environment.rb",  __FILE__)
require "rails/test_help"
require 'capybara/rails'

Alondra::Alondra.start_server_in_new_thread!

Rails.backtrace_cleaner.remove_silencers!

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alondra-0.1.1 test/test_helper.rb
alondra-0.1.0 test/test_helper.rb
alondra-0.0.4 test/test_helper.rb
alondra-0.0.3 test/test_helper.rb