Skip to content

Commit c2189e3

Browse files
author
Bogdan Livadariu
committed
renamed protractor.conf -> protractor-conf.js
1 parent 5d75ac7 commit c2189e3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function(grunt) {
66
options: {
77
jshintrc: '.jshintrc',
88
},
9-
files: ['lib/**/*.js']
9+
files: ['lib/**/*.js']
1010
},
1111
jasmine_node: {
1212
options: {
@@ -18,7 +18,7 @@ module.exports = function(grunt) {
1818
connect: {
1919
example: {
2020
options: {
21-
base: 'example'
21+
base: 'example'
2222
}
2323
},
2424
'client-test': {
@@ -29,7 +29,7 @@ module.exports = function(grunt) {
2929
},
3030
protractor: {
3131
options: {
32-
configFile: 'example/protractor.conf',
32+
configFile: 'example/protractor-conf.js',
3333
//debug: true
3434
},
3535
example: {}
File renamed without changes.

lib/defaultConfig.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = {
2-
moduleConfig: {
3-
rootDirectory: process.cwd(),
4-
protractorConfig: 'protractor.conf'
5-
},
6-
mocksConfig: {
7-
dir: 'mocks',
8-
defaults: []
9-
}
2+
moduleConfig: {
3+
rootDirectory: process.cwd(),
4+
protractorConfig: 'protractor-conf.js'
5+
},
6+
mocksConfig: {
7+
dir: 'mocks',
8+
defaults: []
9+
}
1010
};

0 commit comments

Comments
 (0)