Sha256: 0f3850a4c7ff51c9717446fa2ac06f09b79818f84b9726869bd55fa8a5eb41c0

Contents?: true

Size: 694 Bytes

Versions: 139

Compression:

Stored size: 694 Bytes

Contents

# Configure Rails Envinronment
ENV["RAILS_ENV"] = "test"

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

ActionMailer::Base.delivery_method = :test
ActionMailer::Base.perform_deliveries = true
ActionMailer::Base.default_url_options[:host] = "test.com"

Rails.backtrace_cleaner.remove_silencers!

# Configure capybara for integration testing
require "capybara/rails"
Capybara.default_driver   = :rack_test
Capybara.default_selector = :css

# Run any available migration
ActiveRecord::Migrator.migrate File.expand_path("../dummy/db/migrate/", __FILE__)

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

Version data entries

139 entries across 139 versions & 31 rubygems

Version Path
liqueur-0.1.0 test/test_helper.rb
custom_report-0.0.2 test/test_helper.rb
admin_bits-0.4.0 test/test_helper.rb
custom_report-0.0.1 test/test_helper.rb
due_credit-0.1.2 test/test_helper.rb
due_credit-0.1.1 test/test_helper.rb
due_credit-0.1.0 test/test_helper.rb
due_credit-0.0.1 test/test_helper.rb
qwirk-0.2.4 test/test_helper.rbold
qwirk-0.2.3 test/test_helper.rbold
qwirk-0.2.2 test/test_helper.rbold
personage-0.0.2 test/test_helper.rb
personage-0.0.1 test/test_helper.rb
flagpole_sitta-0.9.7.1 test/test_helper.rb
flagpole_sitta-0.9.7 test/test_helper.rb
qwirk-0.2.0 test/test_helper.rbold
flagpole_sitta-0.9.6 test/test_helper.rb
flagpole_sitta-0.9.5 test/test_helper.rb
flagpole_sitta-0.9.4 test/test_helper.rb
flagpole_sitta-0.9.2 test/test_helper.rb