tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Add test coverage for both types of controllers #486

Open seanpdoyle opened 8 years ago

seanpdoyle commented 8 years ago

Currently, tests are only executed against controllers that inherit from ApplicationController.

For example, https://github.com/thoughtbot/ember-cli-rails/pull/481 resolves an issue related to controllers that inherit from ActionController::API.

Lack of test coverage has blocked that branch from being merged. Without that branch, the current release of the gem has bugs.

For now, we'll merge and release the code in #481, but we'll need to somehow add coverage for it in the future.