spec/rake/funnel/integration/teamcity/nunit_plugin_spec.rb in rake-funnel-0.21.2 vs spec/rake/funnel/integration/teamcity/nunit_plugin_spec.rb in rake-funnel-0.22.0

- old
+ new

@@ -1,7 +1,5 @@ -# rubocop:disable RSpec/FilePath - -describe Rake::Funnel::Integration::TeamCity::NUnitPlugin do +describe Rake::Funnel::Integration::TeamCity::NUnitPlugin do # rubocop:disable RSpec/FilePath before do allow(ENV).to receive(:[]).with(described_class::ENV_VAR).and_return(env_var) allow(Rake::Funnel::Support::Which).to receive(:which).and_return(which) allow(Dir).to receive(:glob).and_return([]) allow(RakeFileUtils).to receive(:mkdir_p)