10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
Literate CoffeeScript
|
|
====================
|
|
|
|
This is a spec using written in Literate CoffeeScript
|
|
|
|
describe 'Coffee.litcoffee', ->
|
|
|
|
it 'should pass', ->
|
|
expect(1+2).toEqual(3)
|