spring-commands-rspec icon indicating copy to clipboard operation
spring-commands-rspec copied to clipboard

Spring is not using the bundled version of Rspec

Open vjustov opened this issue 9 years ago • 0 comments

I have two versions of rspec and my Gemfile.lock especifies version ~> 2.9.0, but spring-commands-rspec uses the older version

> gem list rspec                                              
*** LOCAL GEMS ***                                               

rspec (2.99.0)
rspec-collection_matchers (1.1.2)
rspec-core (2.99.2, 2.14.8)
rspec-expectations (2.99.2, 2.14.5)
rspec-mocks (2.99.3, 2.99.2, 2.14.6)
rspec-rails (2.99.0, 2.14.2, 2.14.1)
spring-commands-rspec (1.0.4)

vjustov avatar Jul 14 '15 19:07 vjustov