lib/generators/templates/helpers/driver_helper.tt in ruby_raider-0.6.0 vs lib/generators/templates/helpers/driver_helper.tt in ruby_raider-0.6.1

- old
+ new

@@ -19,12 +19,12 @@ def config YAML.load_file('config/config.yml') end <% end -%> <% if automation != 'selenium' -%> - + # :reek:UtilityFunction def caps YAML.load_file('config/capabilities.yml') end <% end -%> + end end -end \ No newline at end of file