Skip to content

Commit f54bc61

Browse files
committed
fix of base spec data
1 parent 4b4bc9a commit f54bc61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skeletons/test-bdd.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ component extends="testbox.system.BaseSpec"{
99
1010
// executes before all suites+specs in the run() method
1111
function beforeAll(){
12-
super.beforeAll();
12+
1313
}
1414
1515
// executes after all suites+specs in the run() method
1616
function afterAll(){
17-
super.afterAll();
17+
1818
}
1919
2020
/*********************************** BDD SUITES ***********************************/

0 commit comments

Comments
 (0)