spec/reek/cli/application_spec.rb in reek-4.2.3 vs spec/reek/cli/application_spec.rb in reek-4.2.4

- old
+ new

@@ -17,10 +17,10 @@ let(:path_excluded_in_configuration) do SAMPLES_PATH.join('source_with_exclude_paths/ignore_me/uncommunicative_method_name.rb') end - let(:configuration) { test_configuration_for(SAMPLES_PATH.join('configuration/with_excluded_paths.reek')) } + let(:configuration) { test_configuration_for(CONFIG_PATH.join('with_excluded_paths.reek')) } describe '#execute' do let(:command) { double 'reek_command' } let(:app) { Reek::CLI::Application.new [] }