Skip to content

Commit d60508d

Browse files
committed
tidy up
1 parent 3cba1f4 commit d60508d

File tree

5 files changed

+14
-97
lines changed

5 files changed

+14
-97
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.1 - Got rid of those pesky js files (how did they get there?)
2+
3+
## 1.0.0 - De-caffeinated version, inlude mystery js files in menus and and keymaps folders
4+
5+
## 0.1.3 - Working release all coffeescript
6+
17
## 0.1.0 - First Release
28
* Includes example sketch
39
* Test does not work!

keymaps/atom-k9.js

-13
This file was deleted.

menus/atom-k9.js

-22
This file was deleted.

spec/atom-k9-spec.coffee

-62
This file was deleted.

spec/atom-k9-spec.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
'use babel';
2+
3+
import JRubyArt from '../lib/atom-k9';
4+
5+
describe "when a test is written", ->
6+
it "has some expectations that should pass", ->
7+
expect("apples").toEqual("apples")
8+
expect("oranges").not.toEqual("apples")

0 commit comments

Comments
 (0)