You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rm -rf throwaway
rails new throwaway
cd throwaway
rails generate scaffold Product name
rails db:migrate
rails test
sed -i -e '/patch product/ i\
session[:userid] = 0\
' test/controllers/products_controller_test.rb
rails test
BACKTRACE=1 rails test