Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
adding template test placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Russ committed Feb 27, 2017
1 parent e2d07d2 commit 9a4a161
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/atom-goto-definition-spec.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
GotoDefinition = require '../lib/goto-definition'

# Use the command `window:run-package-specs` (cmd-alt-ctrl-p) to run specs.
#
# To run a specific `it` or `describe` block add an `f` to the front (e.g. `fit`
# or `fdescribe`). Remove the `f` to unfocus the block.

describe "GotoDefinition", ->
[workspaceElement, editor] = []

0 comments on commit 9a4a161

Please sign in to comment.