aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2016-08-27 16:48:24 -0400
committereileencodes <eileencodes@gmail.com>2017-02-20 15:07:32 -0500
commit9730b1dba6d1bb9684a54915ac3735d9c0eade26 (patch)
treec2e74e65c3b333254a512338b04d8ef5fdcfe6bc /Gemfile.lock
parent4533bb7dcbdd6e0451395bc869d6c3603c6ff1df (diff)
downloadrails-9730b1dba6d1bb9684a54915ac3735d9c0eade26.tar.gz
rails-9730b1dba6d1bb9684a54915ac3735d9c0eade26.tar.bz2
rails-9730b1dba6d1bb9684a54915ac3735d9c0eade26.zip
Add tests for system testing
* Adds test case test * Adds driver adapter test * Adds tests for capybara seleium driver (testing the settings not actually opening the browser to test capybara w/ selenium because that would so so so slow) * Adds tests for rack test driver * Adds tests for generators
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index c40730a33d..c3db5c67f8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -45,6 +45,7 @@ PATH
actionpack (5.1.0.alpha)
actionview (= 5.1.0.alpha)
activesupport (= 5.1.0.alpha)
+ capybara (~> 2.7.0)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
@@ -125,6 +126,13 @@ GEM
bunny (2.6.2)
amq-protocol (>= 2.0.1)
byebug (9.0.6)
+ capybara (2.7.0)
+ addressable
+ mime-types (>= 1.16)
+ nokogiri (>= 1.3.3)
+ rack (>= 1.0.0)
+ rack-test (>= 0.5.4)
+ xpath (~> 2.0)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
coffee-rails (4.2.1)
@@ -356,6 +364,8 @@ GEM
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
+ xpath (2.0.0)
+ nokogiri (~> 1.3)
PLATFORMS
ruby