怎么在Cucumber上运行ruby-debug

如何在Cucumber下运行ruby-debug# Gemfilegroup :development, :test do# ... other gems heregem ruby-d

如何在Cucumber下运行ruby-debug

# Gemfilegroup :development, :test do  # ... other gems here  gem 'ruby-debug19', :require => 'ruby-debug'end# features/support/env.rbrequire 'ruby-debug'# features/step_definitions/some_definitions.rbThen /^I debug$/ do  debuggerend

http://www.robl.me/posts/i18n-translations-with-a-database-backend
https://github.com/dylanz/i18n_backend_database
https://github.com/svenfuchs/i18n-active_record