diff --git a/debian/patches/0100-remove-development-test.patch b/debian/patches/0100-remove-development-test.patch index 7c61392794..2ba18df3ca 100644 --- a/debian/patches/0100-remove-development-test.patch +++ b/debian/patches/0100-remove-development-test.patch @@ -82,7 +82,7 @@ Bundler will fail when it can't find these locally - gem 'flog', '~> 4.3.2', require: false - gem 'flay', '~> 2.6.1', require: false - gem 'bundler-audit', '~> 0.5.0', require: false -+ gem 'capybara', '~> 2.6', '>= 2.6.2' ++ gem 'capybara', '~> 2.5' + gem 'capybara-screenshot', '~> 1.0' + gem 'poltergeist', '~> 1.9' + @@ -124,7 +124,7 @@ Bundler will fail when it can't find these locally + gem 'json-schema', '~> 2.6', '>= 2.6.2' + gem 'webmock', '~> 1.21' +# gem 'test_after_commit', '~> 0.4.2' -+# gem 'sham_rack', '~> 1.3.6' ++ gem 'sham_rack', '~> 1.3', '>= 1.3.6' end -group :production do diff --git a/debian/tests/control b/debian/tests/control index d9d8f2ceb6..3a8028c27c 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -15,5 +15,6 @@ Depends: @, ruby-email-spec, ruby-ffaker, ruby-json-schema, + ruby-sham-rack, phantomjs Restrictions: needs-root