读书人

怎么在Cucumber上运行ruby-debug

发布时间: 2012-09-04 14:19:30 作者: rapoo

如何在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

读书人网 >Ruby Rails

热点推荐