Skip to content

Commit f2ad60b

Browse files
authored
use examples available in default ember addon blueprints
1 parent 61fed6b commit f2ad60b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@ This command will run any `ember-cli` command with the specified scenario. The c
3737
For example:
3838

3939
```
40-
ember try:one ember-1.11-with-ember-data-beta-16 --- ember test --reporter xunit
40+
ember try:one ember-beta --- ember test --reporter xunit
4141
```
4242

4343
or
4444

4545
```
46-
ember try:one ember-1.11-with-ember-data-beta-16 --- ember serve
46+
ember try:one ember-beta --- ember serve
4747
```
4848

4949
When running in a CI environment where changes are discarded you can skip resetting your environment back to its original state by specifying --skip-cleanup=true as an option to ember try.
5050
*Warning: If you use this option and, without cleaning up, build and deploy as the result of a passing test suite, it will build with the last set of dependencies ember try was run with.*
5151

5252
```
53-
ember try:one ember-1.11 --skip-cleanup=true --- ember test
53+
ember try:one ember-beta --skip-cleanup=true --- ember test
5454
```
5555

5656
In order to use an alternate config path or to group various scenarios, you can use the `--config-path` option.
5757

5858
```
59-
ember try:one ember-1.13 --config-path="config/legacy-scenarios.js"
59+
ember try:one ember-beta --config-path="config/legacy-scenarios.js"
6060
```
6161

6262
#### `ember try:reset`

0 commit comments

Comments
 (0)