spring-commands-rspec
spring-commands-rspec copied to clipboard
On Rails 7 and Ruby 3, executing `$ rails console` occurs this error. ```bash $ bin/rails console /myapp/vendor/bundle/ruby/3.1.0/gems/spring-2.1.1/lib/spring/application.rb:103:in `block in preload': undefined method `mechanism=' for ActiveSupport::Dependencies:Module ActiveSupport::Dependencies.mechanism = :load ^^^^^^^^^^^^...
Currently if I do `bin/rspec` then Spring is used as expected, but simply `rspec` doesn't make use of Spring. `rails`, in contrast, does respect its binstub (I tested by adding...
Hello I spend time to find out how to use it, and I think this should be in the repo, so I can get it work at once. Otherwise without...
It seems I can't pass environment variable through `spring rspec`. For exmaple, ``` AUTODOC=1 spring rspec --color spec/ ``` the `AUTODOC` is not received in rspec.
in my initializer/myclass.rb module MyClass class Colour end end in app/models/class_a.rb class A MyClass::Colour.... end uninitialized constant A::Colour (NameError) RAILS_ENV=test bin/rspec spec/feature/mytest.rb
Hi! I've installed both `spring (1.3.5)` and `spring-commands-rspec (1.0.4)` And it seems I've met the troubles with run spring server for rspec. Please review the log ``` bash sergey@Pisuk:~/projects/fasteria$ time...
happens with both `spring rspec` and `./bin/rspec` happens with both released gem and current master branch aebd5d87c07a4f0f0d025aa25129cc3cb6d54c71 ``` # spring rspec spec/models/app_spec.rb Run options: include {:focus=>true} exclude {:broken=>true} All examples...
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)...
Would be great :)