From 41e91765ca96aa4e3771d46e615c38fd5e98dd2e Mon Sep 17 00:00:00 2001 From: Julius Pabrinkis Date: Tue, 4 Apr 2017 12:05:25 +0100 Subject: [PATCH] Add capybara-screenshot gem for integration tests debugging --- Gemfile | 2 +- Gemfile.lock | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 2b8f6bdddc..fa7fc285c7 100644 --- a/Gemfile +++ b/Gemfile @@ -115,7 +115,7 @@ end group :test do gem 'webmock' - + gem 'capybara-screenshot' # See spec/spec_helper.rb for instructions #gem 'perftools.rb' end diff --git a/Gemfile.lock b/Gemfile.lock index 9f130f9f73..2e313444b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,6 +190,9 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) + capybara-screenshot (1.0.14) + capybara (>= 1.0, < 3) + launchy celluloid (0.15.2) timers (~> 1.1.0) chronic (0.10.2) @@ -667,6 +670,7 @@ DEPENDENCIES blockenspiel bugsnag capybara + capybara-screenshot coffee-rails (~> 3.2.1) compass-rails css_splitter @@ -749,4 +753,4 @@ RUBY VERSION ruby 2.1.5p273 BUNDLED WITH - 1.14.3 + 1.14.6