Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
activeadmin / features / step_definitions / i18n_steps.rb
Size: Mime:
When /^I set my locale to "([^"]*)"$/ do |lang|
  I18n.locale = lang
end