summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/support/command_execution.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/support/command_execution.rb b/spec/support/command_execution.rb
index cec531d6c3..deb84bbb2b 100644
--- a/spec/support/command_execution.rb
+++ b/spec/support/command_execution.rb
@@ -1,8 +1,5 @@
# frozen_string_literal: true
-require "support/helpers"
-require "support/path"
-
module Spec
CommandExecution = Struct.new(:command, :working_directory, :exitstatus, :stdout, :stderr) do
include RSpec::Matchers::Composable