Skip to content

Commit

Permalink
Merge pull request #217 from rwjblue/remove-module-for-integration
Browse files Browse the repository at this point in the history
Remove `TestModuleForIntegration`.
  • Loading branch information
rwjblue authored Oct 9, 2017
2 parents f8e89cf + f990dd5 commit b10fa24
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 b10fa24

Please sign in to comment.