Skip to content

Commit 366d0aa

Browse files
committed
update testing application to remove ember test command
1 parent ad29daa commit 366d0aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

guides/release/testing/testing-application.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ module('Acceptance | login', function(hooks) {
2424

2525
`module` allows you to scope your tests: Any test setup that is done inside of this scope will
2626
apply to all test cases contained in this module.
27-
Scoping your tests with `module` also allows you to execute your tests independently from other tests.
28-
For example, to only run your tests from your `login` module, run `ember test --module='Acceptance | login'`.
27+
28+
Scoping your tests with `module` also allows you to execute your tests separately from other tests. The QUnit interface shows you a dropdown once you are running your tests that allows you to pick from available modules and filter tests down to the set that you have selected.
29+
2930
`setupApplicationTest` deals with application setup and teardown.
3031
The `test` function contains an example test.
3132

0 commit comments

Comments
 (0)