- Devise is being used for authentication, views are compiled into app/views
- controllers are tested inside spec/requests
- views are tested inside spec/features # integration specs
- models are tested inside spec/models
- helpers are tested inside spec/helpers