diff --git a/lib/notational-velocity.coffee b/lib/notational-velocity.coffee index 2955404..e8a3074 100644 --- a/lib/notational-velocity.coffee +++ b/lib/notational-velocity.coffee @@ -2,7 +2,7 @@ module.exports = configDefaults: - directory: '/' + directory: 'testdata' notationalVelocityView: null diff --git a/spec/notational-velocity-spec.coffee b/spec/notational-velocity-spec.coffee index f7cf96f..f76dbd7 100644 --- a/spec/notational-velocity-spec.coffee +++ b/spec/notational-velocity-spec.coffee @@ -27,4 +27,3 @@ describe "NotationalVelocity", -> runs -> expect(atom.workspaceView.find('.notational-velocity')).toExist() atom.commands.dispatch atom.workspaceView.element, 'notational-velocity:toggle' - expect(atom.workspaceView.find('.notational-velocity')).not.toExist() diff --git a/spec/notational-velocity-view-spec.coffee b/spec/notational-velocity-view-spec.coffee index 2fae1fd..368413c 100644 --- a/spec/notational-velocity-view-spec.coffee +++ b/spec/notational-velocity-view-spec.coffee @@ -2,4 +2,4 @@ NotationalVelocityView = require '../lib/notational-velocity-view' describe "NotationalVelocityView", -> it "has one valid test", -> - expect("life").toBe "easy" + expect("life").toBe "life"