1
0
mirror of https://github.com/silverstripe/silverstripe-framework synced 2024-10-22 12:05:37 +00:00

8 lines
119 B
JavaScript
Raw Normal View History

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