Sha256: d0988f11746e4b209a6cd37e906661fc30d923b29e1e6331d2170f80774181aa

Contents?: true

Size: 468 Bytes

Versions: 43

Compression:

Stored size: 468 Bytes

Contents

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

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

Rails.backtrace_cleaner.remove_silencers!

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

# Load fixtures from the engine
if ActiveSupport::TestCase.method_defined?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
end

Version data entries

43 entries across 43 versions & 8 rubygems

Version Path
dat_gretel-4.0.1 test/test_helper.rb
gretel-lite-3.0.10 test/test_helper.rb
css_splitter-0.4.6 test/test_helper.rb
gretel-3.0.9 test/test_helper.rb
css_splitter-0.4.5 test/test_helper.rb
css_splitter-0.4.4 test/test_helper.rb
css_splitter-0.4.3 test/test_helper.rb
css_splitter-0.4.2 test/test_helper.rb
transcribable-0.0.6 test/test_helper.rb
css_splitter-0.4.1 test/test_helper.rb
css_splitter-0.4.0 test/test_helper.rb
gretel-3.0.8 test/test_helper.rb
css_splitter_opp_fork-0.4.0 test/test_helper.rb
moment-timezonejs-rails-0.0.6.1 test/test_helper.rb
moment-timezonejs-rails-0.0.6 test/test_helper.rb
bootstrap-component-helper-0.2.3.2 test/test_helper.rb
gretel-3.0.7 test/test_helper.rb
gretel-3.0.6 test/test_helper.rb
gretel-3.0.5 test/test_helper.rb
gretel-3.0.4 test/test_helper.rb