Sha256: 8b61a7ea70fea8fe23398cc7ffb6053e699f105aaeda2830413e17e49df05031

Contents?: true

Size: 279 Bytes

Versions: 3

Compression:

Stored size: 279 Bytes

Contents

<% if %w[selenium watir].include? automation %>
<%= ERB.new(File.read(File.expand_path('./partials/web_steps.tt', __dir__))).result(binding).strip! -%>
<% else %>
<%= ERB.new(File.read(File.expand_path('./partials/mobile_steps.tt', __dir__))).result(binding).strip! -%>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_raider-0.2.2 lib/generators/templates/cucumber/steps.tt
ruby_raider-0.2.1 lib/generators/templates/cucumber/steps.tt
ruby_raider-0.2.0 lib/generators/templates/cucumber/steps.tt