Could not find generator rspec:install.

后端 未结 11 762
一向
一向 2021-01-01 08:03

I\'m trying to follow this tutorial here: http://railstutorial.org/chapters/static-pages#top

When I run:

$ rails generate rspec:install

11条回答
  •  误落风尘
    2021-01-01 09:02

    I had do both gem install rspec and then add to gemfile as Andreas said.

    using Rails 3.2.1 and ruby 1.9.3 at windows 7 and worked perfectly.

提交回复
热议问题