Tomas Huang(青山老妖)
Results
1
issues of
Tomas Huang(青山老妖)
## I do this: require('behave').andSetup(this) describe('Index screen', -> it('fox', -> expect(true).notToBe(null) ) it('supewolf', -> expect(true).notToBe(null) ) it('supewolf', -> expect(false).notToBe(false) ) ## ) ## But I got this: <?xml version="1.0"?> <testsuites>...