Skip to content

Commit

Permalink
Merge pull request emberjs#13100 from delftswa2016/feature-enabled
Browse files Browse the repository at this point in the history
Removed `ember-application-visit` feature guards
  • Loading branch information
chancancode committed Mar 19, 2016
2 parents 9bb3b12 + b9af556 commit 94964e1
Show file tree
Hide file tree
Showing 9 changed files with 842 additions and 924 deletions.
10 changes: 1 addition & 9 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ for a detailed explanation.
Add `isRegistered` to `Ember.libraries`. This convenience method checks whether
a library is registered with Ember or not.

* `ember-application-visit`

Provides an API for creating an application instance and specifying
an initial URL that it should route to. This is useful for testing
(you can have multiple instances of an app without having to run
serially and call `reset()` each time), as well as being critical to
for FastBoot.

* `ember-routing-routable-components`

Implements RFC https://github.com/emberjs/rfcs/pull/38, adding support for
Expand All @@ -37,4 +29,4 @@ for a detailed explanation.
* `ember-test-helpers-fire-native-events`

Makes ember test helpers (`fillIn`, `click`, `triggerEvent` ...) fire native javascript events instead
of `jQuery.Event`s, maching more closely app's real usage.
of `jQuery.Event`s, maching more closely app's real usage.
1 change: 0 additions & 1 deletion features.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"features": {
"features-stripped-test": null,
"ember-application-visit": true,
"ember-test-helpers-fire-native-events": true,
"ember-routing-route-configured-query-params": null,
"ember-libraries-isregistered": null,
Expand Down
Loading

0 comments on commit 94964e1

Please sign in to comment.