Sha256: fb4db80838a4bc5a72538121accee34686cfc41c9d96a0f9ff9af129bd4f5d41

Contents?: true

Size: 505 Bytes

Versions: 93

Compression:

Stored size: 505 Bytes

Contents

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

require File.expand_path("../dummy/config/environment.rb",  __FILE__)
require "rails/test_help"
require "#{Rails.root}/db/seeds.rb" 
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

93 entries across 93 versions & 1 rubygems

Version Path
myreplicator-1.1.73 test/test_helper.rb
myreplicator-1.1.71 test/test_helper.rb
myreplicator-1.1.69 test/test_helper.rb
myreplicator-1.1.68 test/test_helper.rb
myreplicator-1.1.67 test/test_helper.rb
myreplicator-1.1.66 test/test_helper.rb
myreplicator-1.1.65 test/test_helper.rb
myreplicator-1.1.64 test/test_helper.rb
myreplicator-1.1.63 test/test_helper.rb
myreplicator-1.1.62 test/test_helper.rb
myreplicator-1.1.61 test/test_helper.rb
myreplicator-1.1.58 test/test_helper.rb
myreplicator-1.1.57 test/test_helper.rb
myreplicator-1.1.56 test/test_helper.rb
myreplicator-1.1.55 test/test_helper.rb
myreplicator-1.1.54 test/test_helper.rb
myreplicator-1.1.53 test/test_helper.rb
myreplicator-1.1.52 test/test_helper.rb
myreplicator-1.1.51 test/test_helper.rb
myreplicator-1.1.50 test/test_helper.rb