Currently the default rake task is simply 

task :default => [:spec] 

I think this is too minimal. I'm new to the code base and I've recently 
fixed some deprecations in specs; I initially missed some (breakage I 
introduced) due to the assumption that a simple rake should run all unit 
specs. It turned out I needed to run rake spec_plugin to catch it.

I propose to change the default 
task<https://github.com/dividedmind/sequel/commit/c22ab9f9548257835c5e9dc4cefd5fdb59dafd5a>to
 run all the setup-free specs, and show a message mentioning the others. 
That way even someone totally new to the code will instantly be able to run 
all available specs and learn about the extra ones, thus saving on effort 
of code exploration and fixing mistakes.

Thoughts? Jeremy isn't thrilled about 
it<https://github.com/jeremyevans/sequel/pull/689#issuecomment-21533142>, 
but perhaps I can convince him if I have some support.

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to