An example showing how you might acceptance, integration and unit test ember redux applications
https://github.com/ember-redux/redux-saga-testing-example/blob/master/tests/acceptance/information-test.js
https://github.com/ember-redux/redux-saga-testing-example/blob/master/tests/integration/components/info-configure-test.js
https://github.com/ember-redux/redux-saga-testing-example/blob/master/tests/integration/components/info-detail-test.js
https://github.com/ember-redux/redux-saga-testing-example/blob/master/tests/unit/reducers/information-test.js
https://github.com/ember-redux/redux-saga-testing-example/blob/master/tests/unit/selectors/information-test.js
ember test
ember test --server