square/cane

Rspec integration in spec_helper.rb

chriskilding opened this issue · 1 comments

Assuming I've understood the point at which cane hooks into the testing lifecycle, it would be nice if we could drop a require 'cane' statement (or similar) into the Rspec spec_helper.rb, and have cane automatically execute as part of the Rspec suite without having to invoke a separate command.

I guess, there's already a rake task thing that some people use.