From 17b9e7b35da731316baa8c3308a5096ef1c62274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 13 Sep 2019 17:39:28 +0200 Subject: Remove unneeeded inclusion --- spec/support/command_execution.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/support/command_execution.rb b/spec/support/command_execution.rb index deb84bbb2b..b3c289979f 100644 --- a/spec/support/command_execution.rb +++ b/spec/support/command_execution.rb @@ -2,8 +2,6 @@ module Spec CommandExecution = Struct.new(:command, :working_directory, :exitstatus, :stdout, :stderr) do - include RSpec::Matchers::Composable - def to_s c = Shellwords.shellsplit(command.strip).map {|s| s.include?("\n") ? " \\\n <