silverstripe-reports/javascript/jquery-changetracker/spec/spec.core.js
Ingo Schommer b6dc2dec79 ENHANCEMENT Added initial implementation of jquery-changetracker as a replacement for the existing ChangeTracker behaviour/prototype javascript class
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92681 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:13:58 +00:00

8 lines
119 B
JavaScript

describe 'YourLib'
describe '.someMethod()'
it 'should do something'
true.should.be true
end
end
end