Commit 2a8db669 authored by Albert Salim's avatar Albert Salim

Use require_relative in tooling test

parent f6d1e7d2
......@@ -13,6 +13,5 @@ require 'active_support/all'
ActiveSupport::Dependencies.autoload_paths << 'lib'
ActiveSupport::Dependencies.autoload_paths << 'ee/lib'
ActiveSupport::Dependencies.autoload_paths << 'tooling/lib'
ActiveSupport::XmlMini.backend = 'Nokogiri'
# frozen_string_literal: true
require 'fast_spec_helper'
require_relative '../../../../tooling/lib/tooling/test_file_finder'
describe Tooling::TestFileFinder do
RSpec.describe Tooling::TestFileFinder do
subject { Tooling::TestFileFinder.new(file) }
describe '#test_files' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment