Sha256: 9db25bd80b2f8a226afaecc4f391f30a575d9ba51c17e6b778574bbdedabbb71

Contents?: true

Size: 266 Bytes

Versions: 11

Compression:

Stored size: 266 Bytes

Contents

# <%= name %>Helper module has helper methods for easy use in specs
# see usages in spec/dummy_spec.rb

module <%= name %>Helper

  def helper_method_one
    "one"
  end

  def has_second_method?
    true
  end

  def correct?
    false
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
watirsplash-1.4.3 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
watirsplash-1.4.2 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
watirsplash-1.4.1 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
watirsplash-1.4.0 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
watirsplash-1.3.0 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
watirsplash-1.2.1 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
watirsplash-1.2.0 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
watirsplash-1.1.2 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
watirsplash-1.1.1 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
watirsplash-1.1.0 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
watirsplash-1.0.0 lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt