Skip to content

Commit 36f9157

Browse files
committed
RuboCop fixes
1 parent 36bb71b commit 36f9157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/java_buildpack/framework/app_dynamics_agent_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@
199199
cache_fixture: 'stub-app-dynamics-agent.zip' do
200200

201201
component.compile
202-
expect(File.read(sandbox + "ver21.1.0.31582/conf/app-agent-config.xml")).to include "sourced by APPD_CONF_DIR"
202+
expect(File.read(sandbox + 'ver21.1.0.31582/conf/app-agent-config.xml')).to include 'sourced by APPD_CONF_DIR'
203203
end
204204
end
205-
205+
206206
context do
207207

208208
let(:environment) { { 'APPD_CONF_DIR' => 'BOOT-INF/classes/appdynamics/conf-false' } }
@@ -211,7 +211,7 @@
211211
app_fixture: 'framework_app_dynamics_agent',
212212
cache_fixture: 'stub-app-dynamics-agent.zip' do
213213

214-
expect{component.compile}.to raise_error(RuntimeError, /AppDynamics configuration source dir/)
214+
expect { component.compile }.to raise_error(RuntimeError, /AppDynamics configuration source dir/)
215215
end
216216
end
217217
end

0 commit comments

Comments
 (0)