Sha256: 614ebdf982e160ab31c0afbf49e142d84e52446783bde76e9f24621f3acde0af

Contents?: true

Size: 229 Bytes

Versions: 8

Compression:

Stored size: 229 Bytes

Contents

# you can create under this directory common libraries/helpers/methods which you could
# use within your specs in different projects

module CommonApplicationHelper

  def new_global_method
    "it just works"
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
watirspec-0.1.7 templates/common/lib/common_application_helper.rb
watirspec-0.1.6 templates/common/lib/common_application_helper.rb
watirspec-0.1.5 templates/common/lib/common_application_helper.rb
watirspec-0.1.4 templates/common/lib/common_application_helper.rb
watirspec-0.1.3 templates/common/lib/common_application_helper.rb
watirspec-0.1.2 templates/common/lib/common_application_helper.rb
watirspec-0.1.1 templates/common/lib/common_application_helper.rb
watirspec-0.1.0 templates/common/lib/common_application_helper.rb