首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

怎么在Cucumber上运行ruby-debug

2012-09-04 
如何在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

热点排行