Skip to content

Commit

Permalink
a11y: cleanup unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Jun 19, 2024
1 parent 71e3468 commit 35ab401
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions utilities/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
require 'capybara/dsl'
require 'capybara/session'

require_relative './spec_summary'

# This is the root of the repository, e.g. the bjc-r directory
# Update this is you move this file.
REPO_ROOT = File.expand_path('../../', __dir__)
Expand Down Expand Up @@ -130,9 +128,4 @@ def exists?(path)
# inherited by the metadata hash of host groups and examples, rather than
# triggering implicit auto-inclusion in groups with matching metadata.
config.shared_context_metadata_behavior = :apply_to_host_groups

# config.after(:suite) do
# # defined in the spec_summary file
# print_summary
# end
end

0 comments on commit 35ab401

Please sign in to comment.