Sha256: 331961206c3eb6cf56bc187fdedd374aa02edc992f2a64558a41820bb1b97352

Contents?: true

Size: 684 Bytes

Versions: 95

Compression:

Stored size: 684 Bytes

Contents

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

require File.expand_path("../../test/dummy/config/environment.rb",  __FILE__)
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __FILE__)]
require "rails/test_help"

# Filter out Minitest backtrace while allowing backtrace from other libraries
# to be shown.
Minitest.backtrace_filter = Minitest::BacktraceFilter.new

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

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

Version data entries

95 entries across 95 versions & 35 rubygems

Version Path
spree_comfy_auth_devise-0.0.1 test/test_helper.rb
bumeran-0.0.2 test/test_helper.rb
resources-1.0.1 test/test_helper.rb
rails-sprite-0.0.4 test/test_helper.rb
resources-1.0.0 test/test_helper.rb
google-directory-0.0.5 test/test_helper.rb
google-directory-0.0.4 test/test_helper.rb
google-directory-0.0.3 test/test_helper.rb
google-directory-0.0.2 test/test_helper.rb
rbma-1.0.0 test/test_helper.rb
json_column-0.6.6 test/test_helper.rb
json_column-0.6.5 test/test_helper.rb
resources-0.2.0 test/test_helper.rb
graph_guru-0.1.0 test/test_helper.rb
helpful_comments-0.0.1 test/test_helper.rb
has_random_token-0.1.0 test/test_helper.rb
stream_sampler-0.0.2 test/test_helper.rb
bootstrap_toolbelt-0.0.10 test/test_helper.rb
ruby_area-0.0.1 test/test_helper.rb
resources-0.1.3 test/test_helper.rb