2
當我嘗試做rspec rspec_001.rb
我得到上述錯誤無法激活rspec的-2.12.0,因爲使用RSpec核心RSpec的核心-2.13.1衝突(〜> 2.12.0)
我怎樣才能解決錯誤並運行測試?的rspec_001.rb
內容:我好像
require 'rspec'
class Dummy < Object
end
describe "a test" do
end
不能使用bundle exec rspec rspec_001.rb
,因爲這不是一個Rails項目用的Gemfile。