Browse Source

Tweak spec description

Kevin Sawicki 9 years ago
parent
commit
4d6b95aa52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-app-spec.js

+ 1 - 1
spec/api-app-spec.js

@@ -9,7 +9,7 @@ const app = remote.require('electron').app
 const BrowserWindow = remote.require('electron').BrowserWindow
 
 describe('electron module', function () {
-  it('prevents exposing internal modules to require', function () {
+  it('does not expose internal modules to require', function () {
     assert.throws(function () {
       require('clipboard')
     }, /Cannot find module 'clipboard'/)