Sha256: 369f960802c82fd6aea0499d2cf0d4541a14d00bb6c4044acf078e684d3dd34d

Contents?: true

Size: 399 Bytes

Versions: 14

Compression:

Stored size: 399 Bytes

Contents

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

module CommonApplicationHelper

  # You can use methods declared in this module inside of your it-blocks
  # it "does something" do
  #   new_global_method.should == "it just works"
  # end
  def new_global_method
    "it just works"
  end

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
watirsplash-0.2.14 templates/common/lib/common_application_helper.rb
watirsplash-0.2.12 templates/common/lib/common_application_helper.rb
watirsplash-0.2.11 templates/common/lib/common_application_helper.rb
watirsplash-0.2.10 templates/common/lib/common_application_helper.rb
watirsplash-0.2.9 templates/common/lib/common_application_helper.rb
watirsplash-0.2.8 templates/common/lib/common_application_helper.rb
watirsplash-0.2.7 templates/common/lib/common_application_helper.rb
watirsplash-0.2.6 templates/common/lib/common_application_helper.rb
watirsplash-0.2.5 templates/common/lib/common_application_helper.rb
watirsplash-0.2.4 templates/common/lib/common_application_helper.rb
watirsplash-0.2.3 templates/common/lib/common_application_helper.rb
watirsplash-0.2.2 templates/common/lib/common_application_helper.rb
watirsplash-0.2.1 templates/common/lib/common_application_helper.rb
watirsplash-0.2.0 templates/common/lib/common_application_helper.rb