Merge pull request #359 from mas-cli/listener

💡 Turn on the OutputListener tests
This commit is contained in:
Ben Chatelain 2021-05-05 21:40:53 -06:00 committed by GitHub
commit 88ce4f6e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,11 @@
import Nimble
import Quick
@testable import MasKit
class OutputListenerSpec: QuickSpec {
override func spec() {
xdescribe("output listener") {
describe("output listener") {
it("can intercept a single line written stdout") {
let output = OutputListener()
let expectedOutput = "hi there"