Created
March 13, 2015 09:40
-
-
Save koppen/0e1d0894a908a3768847 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) MeetingsController GET show raises | |
Failure/Error: get :show, {:id => "not a real id"} | |
ActiveRecord::RecordNotFound: | |
Couldn't find Meeting with id=not a real id | |
# ./app/controllers/meetings_controller.rb:25:in `show' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment