We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb955fd commit b53e7c5Copy full SHA for b53e7c5
spec/support/aruba_support.rb
@@ -13,6 +13,8 @@ module ArubaLoader
13
attr_reader :last_cmd_stdout, :last_cmd_stderr
14
15
def run_command(cmd)
16
+ RSpec.configuration.color = true
17
+
18
temp_stdout = StringIO.new
19
temp_stderr = StringIO.new
20
RSpec::Core::Metadata.instance_variable_set(:@relative_path_regex, nil)
@@ -23,6 +25,7 @@ def run_command(cmd)
23
25
end
24
26
ensure
27
RSpec.reset
28
29
30
31
# Ensure it gets cached with a proper value -- if we leave it set to nil,
0 commit comments