Skip to content

Commit

Permalink
Remove unneeded matcher requires in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilka2 authored and glebm committed Dec 10, 2023
1 parent dd8713c commit 8ed31b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion spec/used_keys_erb_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'spec_helper'
require 'i18n/tasks/scanners/ast_matchers/rails_model_matcher'

RSpec.describe 'UsedKeysErb' do
let!(:task) { I18n::Tasks::BaseTask.new }
Expand Down
2 changes: 0 additions & 2 deletions spec/used_keys_ruby_spec.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

require 'spec_helper'
require 'i18n/tasks/scanners/ast_matchers/rails_model_matcher'
require 'i18n/tasks/scanners/ast_matchers/default_i18n_subject_matcher'

RSpec.describe 'UsedKeysRuby' do
let!(:task) { I18n::Tasks::BaseTask.new }
Expand Down

0 comments on commit 8ed31b2

Please sign in to comment.