File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
describe ' Service: <%= classedName %>' , () ->
4
4
5
5
# load the service's module
6
- beforeEach module ' <%= scriptAppName %>App '
6
+ beforeEach module ' <%= scriptAppName %>'
7
7
8
8
# instantiate service
9
9
< %= classedName % > = {}
Original file line number Diff line number Diff line change 3
3
describe ' Service: <%= classedName %>' , () ->
4
4
5
5
# load the service's module
6
- beforeEach module ' <%= scriptAppName %>App '
6
+ beforeEach module ' <%= scriptAppName %>'
7
7
8
8
# instantiate service
9
9
< %= classedName % > = {}
Original file line number Diff line number Diff line change 3
3
describe ( 'Service: <%= classedName %>' , function ( ) {
4
4
5
5
// load the service's module
6
- beforeEach ( module ( '<%= scriptAppName %>App ' ) ) ;
6
+ beforeEach ( module ( '<%= scriptAppName %>' ) ) ;
7
7
8
8
// instantiate service
9
9
var < %= classedName % > ;
Original file line number Diff line number Diff line change 3
3
describe ( 'Service: <%= classedName %>' , function ( ) {
4
4
5
5
// load the service's module
6
- beforeEach ( module ( '<%= scriptAppName %>App ' ) ) ;
6
+ beforeEach ( module ( '<%= scriptAppName %>' ) ) ;
7
7
8
8
// instantiate service
9
9
var < %= classedName % > ;
You can’t perform that action at this time.
0 commit comments