Sha256: 3260447c2b676281ba59f62fbdbab18400f3443f1652ec138499fa64245b26be

Contents?: true

Size: 469 Bytes

Versions: 5872

Compression:

Stored size: 469 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

5,872 entries across 5,812 versions & 990 rubygems

Version Path
limited_sessions-5.0.3 test/test_helper.rb
can_has_validations-1.10.0 test/test_helper.rb
can_has_validations-1.9.0 test/test_helper.rb
can_has_validations-1.8.2 test/test_helper.rb
pdf_writing_tools-0.0.22 test/test_helper.rb
drg_default_html_editor-0.7.0.3 test/test_helper.rb
pdf_writing_tools-0.0.21 test/test_helper.rb
pdf_writing_tools-0.0.20 test/test_helper.rb
pdf_writing_tools-0.0.19 test/test_helper.rb
pdf_writing_tools-0.0.18 test/test_helper.rb
pdf_writing_tools-0.0.17 test/test_helper.rb
pdf_writing_tools-0.0.16 test/test_helper.rb
pdf_writing_tools-0.0.15 test/test_helper.rb
pdf_writing_tools-0.0.14 test/test_helper.rb
limited_sessions-5.0.2 test/test_helper.rb
pdf_writing_tools-0.0.13 test/test_helper.rb
can_has_validations-1.8.1 test/test_helper.rb
tusur_header-0.2.17 test/test_helper.rb
pdf_writing_tools-0.0.11 test/test_helper.rb
pdf_writing_tools-0.0.10 test/test_helper.rb