mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-04 03:56:33 +08:00
fix(keybase): Remove fdescribe
This commit is contained in:
parent
42bce855ed
commit
54ce91c6fe
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