]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
(#10026) Add aliases for test,specs,tests to Rakefile and provide -T as default.
authorKen Barber <ken@bob.sh>
Tue, 11 Oct 2011 19:18:01 +0000 (20:18 +0100)
committerKen Barber <ken@bob.sh>
Tue, 11 Oct 2011 19:18:01 +0000 (20:18 +0100)
commit596e1d8fadde4ec510f5b822ca13a585deb62354
tree762ad5519c57d2f9fc239a066bf7b0b52d6782df
parentc6807fae84e7bc32fff3613858482da61c64f9eb
(#10026) Add aliases for test,specs,tests to Rakefile and provide -T as default.

I've cleaned up the Rakefile a bit so that the aliases:

* test
* specs
* tests

Now point to "spec". The (s) versions are used by rvm but generally these are
all provided for convenience in case someone uses the wrong form.

I've also changed the default rake task to show the list of tasks (rake -T).

The description for rake spec is also a bit longer.
Rakefile