lib/rspec-system/helpers/shell.rb in rspec-system-2.2.1 vs lib/rspec-system/helpers/shell.rb in rspec-system-2.3.0

- old
+ new

@@ -29,9 +29,13 @@ super(opts, clr, &block) end # Gathers new results by executing the resource action def execute + dest = opts[:n].name + cmd = opts[:c] + + output << bold(color("#{dest}$", :green)) << " #{cmd}\n" rspec_system_node_set.run(opts) end end end