mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 16:44:16 +08:00
fix(keybase): Remove fdescribe
This commit is contained in:
parent
38e3897407
commit
63972d4390
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ fs = require 'fs'
|
||||||
Identity = require '../lib/identity'
|
Identity = require '../lib/identity'
|
||||||
PGPKeyStore = require '../lib/pgp-key-store'
|
PGPKeyStore = require '../lib/pgp-key-store'
|
||||||
|
|
||||||
fdescribe "PGPKeyStore", ->
|
describe "PGPKeyStore", ->
|
||||||
|
|
||||||
beforeEach ->
|
beforeEach ->
|
||||||
@TEST_KEY = """-----BEGIN PGP PRIVATE KEY BLOCK-----
|
@TEST_KEY = """-----BEGIN PGP PRIVATE KEY BLOCK-----
|
||||||
Version: GnuPG v1
|
Version: GnuPG v1
|
||||||
|
|
Loading…
Reference in a new issue