How to see the full backtrace when running rspec
If you need to see the full backtrace of your tests, all you need to do is to add --backtrace to the command:
bundle exec rspec spec/model/user_spec.rb --backtrace
If you need to see the full backtrace of your tests, all you need to do is to add --backtrace to the command:
bundle exec rspec spec/model/user_spec.rb --backtrace