如何避免在Rails 4.2.5 app中调用我的rspec模型测试?
我在application.rb
中有config.autoload_paths << Rails.root.join('lib')
然而,在我的rspec模型测试(spec / models / other_test_spec.rb)中没有使用require_relative,我似乎无法加载FileService类:
require_relative '../../lib/adapter/file_service'
答案 0 :(得分:1)