You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert_raised_with_message("Script does not exist at specified location: #{File.expand_path(@deployment_root_dir)}/deployment-archive/test",ScriptError)do
InstanceAgent::Log.expects(:send).with(:error,"InstanceAgent::Plugins::CodeDeployPlugin::HookExecutor: Script at specified location: test failed to close STDOUT")
305
+
end
306
+
307
+
should"raise an exception"do
308
+
assert_raised_with_message("Script at specified location: test failed to close STDOUT",ScriptError)do
InstanceAgent::Log.expects(:send).with(:error,"InstanceAgent::Plugins::CodeDeployPlugin::HookExecutor: Script at specified location: test failed to close STDERR")
318
+
end
319
+
320
+
should"raise an exception"do
321
+
assert_raised_with_message("Script at specified location: test failed to close STDERR",ScriptError)do
0 commit comments