Running a spec in RubyMine results in “cannot load such file — teamcity/spec/runner/formatter/teamcity/formatter (LoadError)”

前端 未结 3 1295
无人共我
无人共我 2020-12-30 18:20

OS: Arch Linux, Rails version: 4, RubyMine: 6.3

When I run a spec from Tools - Run Rake Task - spec I always get this error:

/home/chylli/.rvm

3条回答
  •  情书的邮戳
    2020-12-30 18:55

    I took the time to fix this without the need to restart spring.

    There's a Pull Request for the quick hack I made in my fork of the spring-commands-rspec gem.

    But it doesn't look like that repo is active, so you can use my fix by switching your spring-commands-rspec entry to this to your Gemfile:

    gem 'spring-commands-rspec', git: 'https://github.com/thewoolleyman/spring-commands-rspec.git'
    

    HTH, :) -- Chad

提交回复
热议问题