mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 08:35: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'
|
||||
PGPKeyStore = require '../lib/pgp-key-store'
|
||||
|
||||
fdescribe "PGPKeyStore", ->
|
||||
|
||||
describe "PGPKeyStore", ->
|
||||
beforeEach ->
|
||||
@TEST_KEY = """-----BEGIN PGP PRIVATE KEY BLOCK-----
|
||||
Version: GnuPG v1
|
||||
|
|
Loading…
Reference in a new issue