From 79682df8b6a35e62a3194919fc68c26ea9ec583e Mon Sep 17 00:00:00 2001 From: Claudia Date: Mon, 2 Jul 2018 16:01:01 +0200 Subject: [PATCH] Re-enable tests by removing a stray rspec `:focus` --- Library/Homebrew/test/cask/system_command_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/cask/system_command_spec.rb b/Library/Homebrew/test/cask/system_command_spec.rb index 6e7397931f..e9d2c4d268 100644 --- a/Library/Homebrew/test/cask/system_command_spec.rb +++ b/Library/Homebrew/test/cask/system_command_spec.rb @@ -80,7 +80,7 @@ describe Hbc::SystemCommand, :cask do options.merge!(print_stdout: true) end - it "echoes both STDOUT and STDERR", :focus do + it "echoes both STDOUT and STDERR" do expect { described_class.run(command, options) } .to output("1\n3\n5\n").to_stdout .and output("2\n4\n6\n").to_stderr