Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/rodrigomanhaes/cucumber-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 29, 2010
2 parents 119633b + 752909f commit e854e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/install/step_definitions/web_steps_pt-BR.rb.erb
Expand Up @@ -3,7 +3,7 @@

require File.expand_path(File.join(File.dirname(__FILE__), "..", "support", "paths"))

Dado /^que eu esteja na (.+)$/ do |page_name|
Dado /^que eu estou na (.+)$/ do |page_name|
Given %{I am on #{page_name}}
end

Expand Down Expand Up @@ -138,3 +138,4 @@ end
Então /^mostre-me a página$/ do
Then %{show me the page}
end

0 comments on commit e854e36

Please sign in to comment.