Skip to content

Commit

Permalink
Remove TestModuleForIntegration.
Browse files Browse the repository at this point in the history
This was added in an early attempt to simplify / separate things for the
"grand testing unification" RFC, but ultimately was never rolled out to
folks.

At this point, it has become clear that this class based system for
managing test setup is not the way forward (see emberjs/rfcs#230 for
details) and this module (that is unused) has just become "dead weight"
maintenance wise.
  • Loading branch information
rwjblue committed Oct 9, 2017
1 parent f8e89cf commit f990dd5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 573 deletions.
3 changes: 0 additions & 3 deletions addon-test-support/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ export { default as TestModule } from './test-module';
export {
default as TestModuleForAcceptance,
} from './test-module-for-acceptance';
export {
default as TestModuleForIntegration,
} from './test-module-for-integration';
export { default as TestModuleForComponent } from './test-module-for-component';
export { default as TestModuleForModel } from './test-module-for-model';
export { getContext, setContext, unsetContext } from './test-context';
Expand Down
217 changes: 0 additions & 217 deletions addon-test-support/test-module-for-integration.js

This file was deleted.

Loading

0 comments on commit f990dd5

Please sign in to comment.