From ccff27da7449d1538ffc83694faffde34f1385a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 13 Sep 2019 17:39:15 +0200 Subject: Remove unneeded requires --- spec/support/command_execution.rb | 3 --- 1 file changed, 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 -- cgit v1.2.1