Module: Tap::Test::ShellTest::ClassMethods

Defined in:
lib/tap/test/shell_test/class_methods.rb

Overview

Class methods extending tests which include ShellTest.

Instance Attribute Summary collapse

Instance Attribute Details

#sh_test_optionsObject

Returns a hash of the default sh_test options.



11
12
13
14
15
16
# File 'lib/tap/test/shell_test/class_methods.rb', line 11

def sh_test_options
  @sh_test_options ||= {
    :cmd_pattern => '% ',
    :cmd => '2>&1 '
  }
end