Module: Helper
- Defined in:
- lib/templates/bootstrap/spec/spec_helper.rb,
lib/templates/stack/test/spec/spec_helper.rb,
lib/templates/module/test/spec/spec_helper.rb
Instance Method Summary collapse
Instance Method Details
#execute(cmd) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/templates/stack/test/spec/spec_helper.rb', line 7 def execute(cmd) puts "Running: #{cmd}" if ENV['SHOW_COMMAND'] out = `#{cmd}` puts out if ENV['SHOW_COMMAND'] out end |