rspec testing throws Uninitialized constant Rails (NameError)

后端 未结 2 1136
天命终不由人
天命终不由人 2021-01-13 11:20

Please forgive any shortcomings in this (my first-ever) post on StackOverflow. I\'m brand new to Ruby on Rails. I\'m following the Rails Tutorial. I have spent many unsucces

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-13 11:59

    Remove redundant require 'spec_helper' line from your spec_helper.rb file.

提交回复
热议问题