File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spec/java_buildpack/framework Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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' } }
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
You can’t perform that action at this time.
0 commit comments