spec/rake/funnel/integration/teamcity/teamcity_spec.rb in rake-funnel-0.21.2 vs spec/rake/funnel/integration/teamcity/teamcity_spec.rb in rake-funnel-0.22.0
- old
+ new
@@ -1,7 +1,5 @@
-# rubocop:disable RSpec/FilePath
-
-describe Rake::Funnel::Integration::TeamCity do
+describe Rake::Funnel::Integration::TeamCity do # rubocop:disable RSpec/FilePath
describe 'runner detection' do
before do
allow(ENV).to receive(:include?).with(described_class::PROJECT_ENV_VAR).and_return(teamcity_running?)
end