dwf/rva: Added examples, fixed bug with initializing currentSuite with a mock.
This commit is contained in:
7
example/example.js
Normal file
7
example/example.js
Normal file
@@ -0,0 +1,7 @@
|
||||
describe('one suite description', function () {
|
||||
it('should be a test', function() {
|
||||
runs(function () {
|
||||
this.expects_that(true).should_equal(true);
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user