We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31877f commit 022a6e7Copy full SHA for 022a6e7
2 files changed
fastboot-tests/fastboot-1.0-test.js
@@ -5,7 +5,7 @@ const setupTest = require('ember-fastboot-addon-tests').setupTest;
5
6
describe('FastBoot 1.0', function() {
7
setupTest('fastboot', {
8
- emberCliFastbootVersion: 'ember-fastboot/ember-cli-fastboot#master'
+ emberCliFastbootVersion: '1.0.0-rc.1'
9
});
10
11
it('index page', function() {
package.json
@@ -37,7 +37,7 @@
37
"ember-disable-prototype-extensions": "^1.1.0",
38
"ember-disable-proxy-controllers": "^1.0.1",
39
"ember-export-application-global": "^1.0.5",
40
- "ember-fastboot-addon-tests": "^0.3.2",
+ "ember-fastboot-addon-tests": "^0.4.0",
41
"ember-load-initializers": "^0.6.0",
42
"ember-resolver": "^2.0.3",
43
"ember-source": "~2.12.0",
0 commit comments