Skip to content

Commit

Permalink
add requires for exception capturer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishnha committed Apr 24, 2024
1 parent 98927b4 commit aff6df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -5,6 +5,7 @@
require "spec_helper"
require "dependabot/dependency"
require "dependabot/dependency_file"
require "dependabot/exception_capturer"
require "dependabot/pull_request_creator/message_builder"

RSpec.describe Dependabot::PullRequestCreator::MessageBuilder do
Expand Down
1 change: 1 addition & 0 deletions updater/spec/dependabot/update_files_command_spec.rb
Expand Up @@ -2,6 +2,7 @@
# frozen_string_literal: true

require "spec_helper"
require "dependabot/exception_capturer"
require "dependabot/update_files_command"
require "tmpdir"

Expand Down

0 comments on commit aff6df5

Please sign in to comment.