Decrease coverage to 75%

This commit is contained in:
Kevin Sawicki
2013-05-21 13:57:25 -07:00
parent d2bd937f36
commit 6622e7369d

View File

@@ -355,7 +355,7 @@ describe "the `atom` global", ->
throw new Error("There were errors compiling documentation. See console for details.")
coverage = parseFloat results.pop().match(/.+?%/)
expect(coverage).toBeGreaterThan 78
expect(coverage).toBeGreaterThan 75
# stderr
expect(docRunner.argsForCall[0][2]).toBe ''