mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
Merge pull request #359 from mas-cli/listener
💡 Turn on the OutputListener tests
This commit is contained in:
commit
88ce4f6e77
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue