To see complete backtrace of an error in rspec
use -b
option along with your command.
bin/rspec user_spec.rb -b
gives you complete stack trace.
To see complete backtrace of an error in rspec
use -b
option along with your command.
bin/rspec user_spec.rb -b
gives you complete stack trace.