railstutorial.org - Advanced Testing Setup - Ruby on Rails Tutorial -


i'm working through ruby on rails tutorial , test worked fine until installed advanced testing setup @ end on chapter 3. never got expected resultminitest reporters

the expected result

now when run test receive messageerror message running test

result when run rake db:migrateerror message running rake db:migrate here's copy of controllerstatic pages controller test

it's warning of duplicate title in staticpagescontrollertest. last test looking contact page, change it's title 'should contact'.

then try re-running rake rake db:migrate


Comments