fix tests to work with architecture = 'flux' (no reflux support yet)

This commit is contained in:
Yonatan Schreiber 2015-04-08 23:23:46 +03:00
parent 9dd1808615
commit 895b95411e

View File

@ -190,7 +190,7 @@ describe('react-webpack generator', function() {
beforeEach(function(done) {
helpers.mockPrompt(react, {
flux: true
architecture: 'flux'
});
react.run({}, function() {
@ -277,7 +277,7 @@ describe('react-webpack generator', function() {
beforeEach(function(done){
helpers.mockPrompt(react, {
flux: true
architecture: 'flux'
});
react.run({}, function() {
@ -312,7 +312,7 @@ describe('react-webpack generator', function() {
beforeEach(function(done) {
helpers.mockPrompt(react, {
flux: true
architecture: 'flux'
});
react.run({}, function() {