use my guard-cucumber branch

This commit is contained in:
John Bintz 2013-04-04 12:06:29 -04:00
parent 3692dcb96c
commit afc0661343
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ group :cucumber do
gem 'cuke-pack', :git => 'git://github.com/johnbintz/cuke-pack.git' gem 'cuke-pack', :git => 'git://github.com/johnbintz/cuke-pack.git'
gem 'foreman' gem 'foreman'
gem 'guard' gem 'guard'
gem 'guard-cucumber' gem 'guard-cucumber', :git => 'git://github.com/johnbintz/guard-cucumber.git', :branch => 'paths_from_profile'
gem 'rb-fsevent' # => for mac systems gem 'rb-fsevent' # => for mac systems
gem 'persistent_selenium', :git => 'git://github.com/johnbintz/persistent_selenium.git' gem 'persistent_selenium', :git => 'git://github.com/johnbintz/persistent_selenium.git'
gem 'poltergeist' gem 'poltergeist'