Sha256: c6f53cda346cd761d7fa4fb368abe551ba4089eb9bee3534ae4183b559cbbf71

Contents?: true

Size: 269 Bytes

Versions: 4

Compression:

Stored size: 269 Bytes

Contents

<% case automation
 when 'selenium' -%>
<%= ERB.new(File.read(File.expand_path('./partials/selenium_login.tt', __dir__))).result(binding) %>
<% when 'watir' -%>
<%= ERB.new(File.read(File.expand_path('./partials/watir_login.tt', __dir__))).result(binding) %>
<% end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby_raider-0.4.4 lib/generators/templates/automation/login_page.tt
ruby_raider-0.4.3 lib/generators/templates/automation/login_page.tt
ruby_raider-0.4.2 lib/generators/templates/automation/login_page.tt
ruby_raider-0.4.1 lib/generators/templates/automation/login_page.tt