prix-fixe

Expand History Expand History
Collapse History Collapse History

Declare NotesController

This commit responds to the previous error:

Error:
UserSharesAMessagesTest#test_visiting_the_index:
ActionController::RoutingError: uninitialized constant NotesController
Did you mean?  ActionController

To resolve that error, declare a NotesController class in the app/controllers directory.

When we execute our test suite, a new error is raised:

Error:
UserSharesAMessageTest#test_visiting_the_index:
DRb::DRbRemoteError: undefined method `make_response!' for NotesController:Class (NoMethodError)