summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-13 17:39:15 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-15 15:32:04 +0200
commitccff27da7449d1538ffc83694faffde34f1385a7 (patch)
treeb936c714d82a54ab2b5c482dab389728a6e29423
parentd7b7b3dd0e4238bef0cb4d4b9e0e3734f8d1149a (diff)
downloadbundler-ccff27da7449d1538ffc83694faffde34f1385a7.tar.gz
Remove unneeded requires
-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