lib/templates/screen.tt in cs-bdd-0.1.2 vs lib/templates/screen.tt in cs-bdd-0.1.3

- old
+ new

@@ -2,14 +2,14 @@ # <%= I18n.translate 'comments.trait' %> #trait(:trait) { "* <%= (config[:platform] == 'Android') ? 'id' : 'marked' %>:'#{layout_name}'" } # <%= I18n.translate 'comments.elements' %> - #element(:layout_name) {'insert_layout_identificator'} - #element(:button) {'insert_button_identificator'} + #element(:layout_name) { 'insert_layout_identificator' } + #element(:button) { 'insert_button_identificator' } # <%= I18n.translate 'comments.actions' %> # action(:touch_button) { # touch("* <%= (config[:platform] == 'Android') ? 'id' : 'marked' %>:'#{button}'") # } -end \ No newline at end of file +end