Skip to content

Commit

Permalink
Fix rubocop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cbliard committed Jul 5, 2024
1 parent 72d5c45 commit e40a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/open_project_cops.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true

require_relative 'open_project/no_do_end_block_with_rspec_capybara_matcher_in_expect'
require_relative "open_project/no_do_end_block_with_rspec_capybara_matcher_in_expect"
require_relative "open_project/use_service_result_factory_methods"

0 comments on commit e40a0a8

Please sign in to comment.