mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Fix atom.version spec
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user