Skip to content

Expand generate service blueprint test coverage#16553

Merged
rwjblue merged 1 commit intoemberjs:masterfrom
GavinJoyce:gj/expand-service-blueprint-test-coverage
Apr 21, 2018
Merged

Expand generate service blueprint test coverage#16553
rwjblue merged 1 commit intoemberjs:masterfrom
GavinJoyce:gj/expand-service-blueprint-test-coverage

Conversation

@GavinJoyce
Copy link
Member

@GavinJoyce GavinJoyce commented Apr 20, 2018

We're making a number of changes to existing blueprints to enable MU output. While doing so, we should be careful not to break existing classic functionality.

This PR expands coverage of ember generate service to include the following missing test cases:

classic

  • ember generate service --in-repo-addon=my-addon
  • ember generate service --dummy update: it seems that this was never supported. I'll follow up at our next ST meeting and see if we think adding broad support for generators for dummy apps is desirable.

module unification (will come in a follow up PR once we've updated in-repo-addon to MU)

  • ember generate service --in-repo-addon=my-addon
  • ember generate service --dummy

This PR will then serve as a template for work on the other MU blueprints.

});
});

describe.only('in in-repo-addon', function() {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GavinJoyce any reason the only is left in here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my mistake, thanks

@rwjblue rwjblue merged commit 2fb13f2 into emberjs:master Apr 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants