mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-11 15:12:37 +01:00
update cucumber config for capybara
This commit is contained in:
parent
dc0a141f1c
commit
b874b49336
7 changed files with 167 additions and 219 deletions
7
Gemfile
7
Gemfile
|
|
@ -28,7 +28,7 @@ end
|
|||
|
||||
group :development do
|
||||
if RUBY_VERSION.to_f >= 1.9
|
||||
gem "ruby-debug19"
|
||||
gem "ruby-debug19"
|
||||
gem "mongrel", "1.2.0.pre2"
|
||||
else
|
||||
gem "ruby-debug"
|
||||
|
|
@ -46,8 +46,7 @@ group :test do
|
|||
gem "rspec-rails", "~>1.3.3"
|
||||
gem "thoughtbot-factory_girl"
|
||||
gem 'memory_test_fix', '~>0.1.3'
|
||||
gem "selenium-client"
|
||||
gem "webrat", ">=0.7.0"
|
||||
gem "capybara", ">=0.3.5"
|
||||
gem "database_cleaner", ">=0.5.0"
|
||||
gem "cucumber-rails", "~>0.3.0"
|
||||
gem "cucumber-rails", "~>0.3.2"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue