Verifying page title with rspec

后端 未结 4 1067
孤街浪徒
孤街浪徒 2021-01-05 00:05

I\'m running through Michael Hartl\'s Rails Tutorial.

I\'m trying to verify the title of my page. The test looks like this:

it \"should have the rig         


        
4条回答
  •  离开以前
    2021-01-05 00:18

    I strongly suspect you have a typo somewhere.

    As of this instant, I'm working through Exercise 4 of Chapter 11. Every, single problem I've had with the tutorial turned out to be a typo on my part.

    Note: I'm not cutting and pasting. I'm punching in all the code by hand.

提交回复
热议问题