summaryrefslogtreecommitdiff
path: root/spec/support/shared/unit/mock_shellout.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared/unit/mock_shellout.rb')
-rw-r--r--spec/support/shared/unit/mock_shellout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared/unit/mock_shellout.rb b/spec/support/shared/unit/mock_shellout.rb
index 7c3e49ec82..82cd618143 100644
--- a/spec/support/shared/unit/mock_shellout.rb
+++ b/spec/support/shared/unit/mock_shellout.rb
@@ -31,7 +31,7 @@ class MockShellout
@properties = {
stdout: "",
stderr: "",
- exitstatus: 0
+ exitstatus: 0,
}.merge(properties)
end
def method_missing(name, *args)