1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00

Remove stub test

This commit is contained in:
Tae Won Ha 2017-05-11 19:26:38 +02:00
parent d548cb01a0
commit afecd86172
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -8,9 +8,4 @@ import Nimble
@testable import SwiftNeoVim
class GridTest: XCTestCase {
func testStub() {
let g = Grid()
expect(g.foreground).to(equal(qDefaultForeground))
}
}