-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run spork with updated Rails4/RSpec3 #261
Comments
+1 |
Try this: gem 'spork', github: 'sporkrb/spork'
gem 'spork-rails' if not work, try |
Thank you @jpsneto but I decided to use Spring and guard-rspec. Works great. |
Great @onebree |
With the extension Windows compat issues, I am glad to use Linux at work, and I use an online VM at home (for personal) |
Same problem on OS/X. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
guard/guard-spork#134
GEM VERSIONS
Rails 4.2.0
ruby 1.9.3p547 (2014-05-14) [x86_64-linux]
rspec-core (3.1.7)
guard (2.11.1)
guard-compat (1.2.0)
guard-spork (2.1.0)
spork (1.0.0rc4)
spork-rails (4.0.0)
spork-testunit (0.0.8)
I have not used RSpec since December, when our app was still Rails 3. Since, we've upgraded to Rails 4 and updated the necessary gems. I have not changed anything in the
Guardfile
,.rspec
, orspec/spec_helper.rb
files yet.When I run
bundle exec guard
like I used to, I receive no error (except for Rails-specific deprecation warnings). When I switch to another tab in my terminal, I runbundle exec rspec spec/features/admin/login_spec.rb
. I receive the following error/backtrace:The text was updated successfully, but these errors were encountered: