Thanks... > * .rspec in your project root -- for project settings > * ~/.rspec -- for your personal rspec preferences for all projects > * .rspec-local in your project root -- for a dev's specific > preferences for a project (meant to be git-ignored) > * The SPEC_OPTS env variable > * Any `RSpec.configure` blocks in code that is loaded at runtime
I checked all those spots and couldn't find the culprit, yet. Could it be some gem that I am loading, or a version of rails or whatnot? I did find a .rspec in my project route but all it had in it was --colour Any tip on how to trouble shoot? Not that it's a big deal at all but it bugs me that I don't understand what's going on.. Thanks, -- Pito p.s. Also, RSpec::configure vs. RSpec.configure ... hmm do they mean the same thing? p.p.s: https://github.com/pitosalas/repsurv/tree/authent -- You received this message because you are subscribed to the Google Groups "rspec" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
