Skip to content

Commit

Permalink
Implement review recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Dec 14, 2021
1 parent 1168871 commit 325509d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion decidim-dev/decidim-dev.gemspec
Expand Up @@ -44,7 +44,6 @@ Gem::Specification.new do |s|
s.add_dependency "selenium-webdriver", "~> 3.142"
s.add_dependency "simplecov", "~> 0.19.0"
s.add_dependency "simplecov-cobertura", "~> 1.3.1"
# s.add_dependency "system_test_html_screenshots", "~> 0.2"
s.add_dependency "w3c_rspec_validators", "~> 0.3.0"
s.add_dependency "webmock", "~> 3.6"
s.add_dependency "wisper-rspec", "~> 1.0"
Expand Down
@@ -1,5 +1,10 @@
# frozen_string_literal: true

#
# Copyright (c) 2018 David Rodríguez - The MIT License (MIT)
# Originally copied from https://gitlab.com/deivid-rodriguez/system_test_html_screenshots
#

require "action_dispatch/system_testing/test_helpers/screenshot_helper"

module ActionDispatch
Expand Down
1 change: 0 additions & 1 deletion decidim-dev/lib/decidim/dev/test/spec_helper.rb
Expand Up @@ -26,7 +26,6 @@
config.order = :random
config.raise_errors_for_deprecations!
config.example_status_persistence_file_path = ".rspec-failures"
# config.filter_run_excluding type: "controller"

# If you're not using ActiveRecord, or you'd prefer not to run each of your
# examples within a transaction, comment the following line or assign false
Expand Down

0 comments on commit 325509d

Please sign in to comment.