I am using Rspec and no matter if I run it with rspec spec, guard, or auto test I get the following behavior. I ran these commands one right after another by pushing up arrow and hitting enter. I didn’t time them, but I know they weren’t taking a minute to execute. Maybe three seconds at most. Is this a known bug?
Finished in 27.13 seconds
17 examples, 0 failures
[sample_app (master)]$ rspec spec
.................
Finished in 55.46 seconds
17 examples, 0 failures
[sample_app (master)]$ rspec spec
.................
Finished in 61.27 seconds
17 examples, 0 failures
[sample_app (master)]$ rspec spec
.................
Finished in 65.56 seconds
17 examples, 0 failures
[sample_app (master)]$
I figured out what causing this result. I had
--drbin my .rspec file.