Skip to content

Commit 022a6e7

Browse files
committed
Fix FastBoot tests
1 parent a31877f commit 022a6e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fastboot-tests/fastboot-1.0-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const setupTest = require('ember-fastboot-addon-tests').setupTest;
55

66
describe('FastBoot 1.0', function() {
77
setupTest('fastboot', {
8-
emberCliFastbootVersion: 'ember-fastboot/ember-cli-fastboot#master'
8+
emberCliFastbootVersion: '1.0.0-rc.1'
99
});
1010

1111
it('index page', function() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ember-disable-prototype-extensions": "^1.1.0",
3838
"ember-disable-proxy-controllers": "^1.0.1",
3939
"ember-export-application-global": "^1.0.5",
40-
"ember-fastboot-addon-tests": "^0.3.2",
40+
"ember-fastboot-addon-tests": "^0.4.0",
4141
"ember-load-initializers": "^0.6.0",
4242
"ember-resolver": "^2.0.3",
4343
"ember-source": "~2.12.0",

0 commit comments

Comments
 (0)