Excluding a spec subdirectory from rake spec

I have a directory in my spec directory that I want to exclude from rake
spec

That is, I have
spec/lib_no_rails

And I don’t want it to run when I do rake spec

Best way?

Thanks.
-Corey

On Feb 8, 6:49pm, Corey H. [email protected] wrote:

-Corey

http://www.coreyhaines.com
The Internet’s Premiere source of information about Corey H.


rspec-users mailing list
[email protected]://rubyforge.org/mailman/listinfo/rspec-users

Is it for specs that make live api calls? Here is an alternative to
have a “remote” directory: gist:812278 · GitHub