Sha256: ccc1242d8dbd6e922d3b8d9a7566ab29c87be13cdfa3734afa8c36fbedb88478

Contents?: true

Size: 265 Bytes

Versions: 8

Compression:

Stored size: 265 Bytes

Contents

# ApplicationHelper module has helper methods, for easy use in specs
# see usages in spec/dummy_spec.rb

module ApplicationHelper

  def helper_method_one
    "one"
  end

  def has_second_method?
    true
  end

  def correct?
    false
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
watirspec-0.1.7 templates/project/application_helper.rb
watirspec-0.1.6 templates/project/application_helper.rb
watirspec-0.1.5 templates/project/application_helper.rb
watirspec-0.1.4 templates/project/application_helper.rb
watirspec-0.1.3 templates/project/application_helper.rb
watirspec-0.1.2 templates/project/application_helper.rb
watirspec-0.1.1 templates/project/application_helper.rb
watirspec-0.1.0 templates/project/application_helper.rb