Re-enable tests by removing a stray rspec :focus

This commit is contained in:
Claudia 2018-07-02 16:01:01 +02:00
parent 3542f896c0
commit 79682df8b6
No known key found for this signature in database
GPG Key ID: 246AC3C0F10BE51F

View File

@ -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