我是一个刚接触 Rails 的 Django 人。我正在尝试让 rspec-rails 为我工作,但是当我运行时
$ bundle exec rails generate rspec:install
我明白了。。
Could not find diff-lcs-1.2.5 in any of the sources
Run `bundle install` to install missing gems.
这很麻烦,因为
diff-lcs (1.2.5)
在 Gemfile.lock 中还活着并且很好我已经删除了 Gemfile.lock 并重新运行 bundle 无济于事。我也将 gem 'diff-lcs' 添加到了我的 Gemfile 中。
这就是我在 gemfile 中有 rspec rails 的方式
group :development, :test do
gem 'rspec-rails'
end
有小费吗?