Skip to content

Instantly share code, notes, and snippets.

@amiel
Created October 27, 2009 20:26
Show Gist options
  • Save amiel/219920 to your computer and use it in GitHub Desktop.
Save amiel/219920 to your computer and use it in GitHub Desktop.
allow cucumber steps to refernce i18n
Then /^I should see :"([^\"]*)"$/ do |text|
assert_contain I18n.t(text)
end
Scenario:
Then I should see :"foo.bar.baz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment