silverstripe-framework/thirdparty/jquery-entwine/vendor/jspec/templates/rails/spec.application.js

8 lines
119 B
JavaScript
Raw Normal View History

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