-
Notifications
You must be signed in to change notification settings - Fork 37
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
spring rspec
doesn't respect rspec's default file matching pattern
#7
Comments
Same here. Let me know how to fix this. I got it working with |
I'm having the same issues, and the binstub produced by |
This issue isn't present when downgrading Spring to the |
I had the same problem, but downgrading helped me as well. |
I'm observing an issue with Following @mrfoto's lead, I found that adding the |
@brendonrapp try upgrading your version of spring, it should be fixed |
hello everyone, im running rspec spec with rails 4.0.4 and it is throwing this, No examples found. Finished in 0.00012 seconds Randomized with seed 41862 here is my spec directory structure: |
@Hussein1147, have you tried updating spring to version 1.1.2? |
Problem solved, i had to generate controllers. |
I'm experiencing the same problem as @Hussein1147 using Spring 1.1.2. Running |
Some additional input on this issue here at #21 |
OS X: 10.8.5
∴ rails -v
Rails 4.1.0.beta1
∴ glg spring
spring (1.1.0)
spring-commands-rspec (1.0.1)
∴ rspec -v
2.14.7
Running a bare
rspec
command correctly picks up all example files matching the pattern:spec/**/*_spec.rb
(per the spec).However, running
spring rspec
either does nothing or doesn't find the examples. Here I runspring rspec
3 times:I've also tried adding
--default_path specs
to my.rspec
file, with the unexpected behavior persisting.Any ideas what I'm doing wrong or how I can fix it? I'm more than happy to contribute, I just need a little direction. Thanks.
The text was updated successfully, but these errors were encountered: