Skip to content

Instantly share code, notes, and snippets.

/1.log Secret

Created September 19, 2017 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e0a5fb593b020b16a0cd2ae9d539b92a to your computer and use it in GitHub Desktop.
Save anonymous/e0a5fb593b020b16a0cd2ae9d539b92a to your computer and use it in GitHub Desktop.
[~/]$ rspec ./spec/features/quest_spec.rb:25 *[user][ruby-2.3.1@mkdev]
Run options: include {:locations=>{"./spec/features/quest_spec.rb"=>[25]}}
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
found user
found user
found user
found user
found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
!found user
[1, 10] in /quests_controller.rb
1: class Dashboard::QuestsController < Dashboard::BaseController
2: before_action :load_quest
3:
4: def start
5: byebug
=> 6: current_user.start_quest(@quest)
7: redirect_to dashboard_user_quest_path(current_user.user_quest_for(@quest))
8: end
9:
10: private
(byebug) current_user
!found user
#<User id: 1, first_name: "Boris", last_name: "Spider", customer_id: nil, email: "bob@gmail.com"....>
(byebug)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment