Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 9th, 2012  |  syntax: None  |  size: 0.35 KB  |  hits: 5  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Cucumber, Capybara and Rails how to: include | run | use features and step definitions contained in another gem
  2. #project A
  3. gem "green_theme", :path => "~/dev/themes/green_theme"
  4. gem "devel_tasks", :path => "~/dev/themes/devel_tasks"
  5.  
  6. #project B
  7. gem "red_theme", :path => "~/dev/themes/red_theme"
  8. gem "devel_tasks", :path => "~/dev/themes/devel_tasks"