spec/rake/funnel/integration/teamcity/service_messages_spec.rb in rake-funnel-0.22.2 vs spec/rake/funnel/integration/teamcity/service_messages_spec.rb in rake-funnel-0.22.3
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
describe Rake::Funnel::Integration::TeamCity::ServiceMessages do # rubocop:disable RSpec/FilePath
before do
allow(Rake::Funnel::Integration::TeamCity).to receive(:running?).and_return(teamcity_running?)
allow(described_class).to receive(:print)
end