Sha256: eaaf71807297bf39396499bc96f28b36f6f2b8c4724a5c5d2c22227f8ea5f9d4

Contents?: true

Size: 468 Bytes

Versions: 6

Compression:

Stored size: 468 Bytes

Contents

# frozen_string_literal: true

ENV["RAILS_ENV"] = "test"
$LOAD_PATH.unshift File.dirname(__FILE__)

require "dummy/config/environment"
require "rails/test_help"

ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
ActiveSupport::TestCase.fixtures :all

class ActiveSupport::TestCase
  self.use_instantiated_fixtures = false

  def load_data_file(filename)
    File.read(File.expand_path("../support/data/#{filename}", __FILE__))
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
eve_app-0.1.34 test/test_helper.rb
eve_app-0.1.33 test/test_helper.rb
eve_app-0.1.32 test/test_helper.rb
eve_app-0.1.31 test/test_helper.rb
eve_app-0.1.29 test/test_helper.rb
eve_app-0.1.27 test/test_helper.rb