it('should return true if grepMath is set and spec file matches file', () => {
                let spec = { getFullName: () => 'foo.js' }
                config.jasmineNodeOpts = { grep: 'foo' }
                adapter = new JasmineAdapter(1, config, specs, caps)
                adapter.getGrepMatch(spec).should.be.true()