Closed dentarg closed 8 years ago
LGTM except that we don't describe our spec tasks:
$ rake -T
rake build # Build twingly-amqp-4.1.0.gem into the pkg directory
rake install # Build and install twingly-amqp-4.1.0.gem into system gems
rake release # Create tag v4.1.0 and build and push twingly-amqp-4.1.0.gem to Rubygems
:+1:
we don't describe our spec tasks
We use RSpec::Core::RakeTask
to create the tasks, and I have actually looked at setting the description before, but IIRC it isn't possible.
We use RSpec::Core::RakeTask to create the tasks, and I have actually looked at setting the description before, but IIRC it isn't possible.
Oops :) You just use desc
as usually
I can fix.
Makes it eaiser to understand what is going on.