jasmine-headless-webkit-tra.../spec/javascripts/test_spec.coffee

6 lines
106 B
CoffeeScript
Raw Normal View History

2011-09-09 03:31:33 +00:00
describe 'Test', ->
it 'should be true', ->
test = new Test()
expect(test.yes()).toEqual(true)