Fix atom.version spec

This commit is contained in:
probablycorey
2013-03-29 15:24:27 -07:00
parent cf07eef3ae
commit 05336dc38c

View File

@@ -249,7 +249,7 @@ describe "the `atom` global", ->
versionHandler.callCount > 0
runs ->
expect(versionHandler.argsForCall[0][0]).toMatch /^\d+\.\d+(\.\d+)?$/
expect(versionHandler.argsForCall[0][0]).toMatch /^\d+\.\d+\.\w+$/
describe "modal native dialogs", ->
beforeEach ->