update cucumber config for capybara

This commit is contained in:
Reinier Balt 2012-01-27 11:23:36 +01:00
parent dc0a141f1c
commit b874b49336
7 changed files with 167 additions and 219 deletions

View file

@ -18,7 +18,16 @@ GEM
acts_as_list (0.1.4)
bcrypt-ruby (2.1.4)
builder (3.0.0)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
cgi_multipart_eof_fix (2.5.0)
childprocess (0.3.0)
ffi (~> 1.0.6)
columnize (0.3.4)
cucumber (1.0.2)
builder (>= 2.1.2)
@ -32,6 +41,7 @@ GEM
database_cleaner (0.6.7)
diff-lcs (1.1.2)
fastthread (1.0.7)
ffi (1.0.11)
flexmock (0.9.0)
gem_plugin (0.2.3)
gherkin (2.4.11)
@ -59,6 +69,7 @@ GEM
daemons (>= 1.0.3)
fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3)
multi_json (1.0.4)
mysql (2.8.1)
nokogiri (1.4.7)
polyglot (0.3.2)
@ -90,9 +101,14 @@ GEM
actionpack (~> 2.3.0)
activerecord (~> 2.3.0)
activesupport (~> 2.3.0)
rubyzip (0.9.5)
sanitize (1.2.1)
nokogiri (~> 1.4.1)
selenium-client (1.2.18)
selenium-webdriver (2.17.0)
childprocess (>= 0.2.5)
ffi (~> 1.0.9)
multi_json (~> 1.0.4)
rubyzip
soap4r (1.5.8)
httpclient (>= 2.1.1)
sqlite3 (1.3.4)
@ -103,11 +119,9 @@ GEM
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
webrat (0.7.3)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
will_paginate (2.3.16)
xpath (0.1.4)
nokogiri (~> 1.3)
yard (0.7.3)
PLATFORMS
@ -119,7 +133,8 @@ DEPENDENCIES
aasm (~> 2.2.0)
acts_as_list (~> 0.1.4)
bcrypt-ruby (~> 2.1.4)
cucumber-rails (~> 0.3.0)
capybara (>= 0.3.5)
cucumber-rails (~> 0.3.2)
database_cleaner (>= 0.5.0)
flexmock
has_many_polymorphs (~> 2.13)
@ -140,11 +155,9 @@ DEPENDENCIES
rubycas-client (~> 2.2.1)
rubyjedi-actionwebservice
sanitize (~> 1.2.1)
selenium-client
soap4r (~> 1.5.8)
sqlite3
test-unit (= 1.2.3)
thoughtbot-factory_girl
webrat (>= 0.7.0)
will_paginate (~> 2.3.15)
yard