Skip to content

Commit

Permalink
Corrigido erro
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed May 9, 2010
1 parent 4cab194 commit 4b19757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/web_steps_pt-BR.rb
Expand Up @@ -63,7 +63,7 @@ def with_scope(locator)
Quando /^(?:|eu )preencho com(?: em "([^\"]*)")?:$/ do |selector, fields| Quando /^(?:|eu )preencho com(?: em "([^\"]*)")?:$/ do |selector, fields|
with_scope(selector) do with_scope(selector) do
fields.rows_hash.each do |name, value| fields.rows_hash.each do |name, value|
Quando %{eu preenchp o campo "#{name}" com "#{value}"} Quando %{eu preencho o campo "#{name}" com "#{value}"}
end end
end end
end end
Expand Down

0 comments on commit 4b19757

Please sign in to comment.