]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
(#11607) Add Rakefile to enable spec testing
authorJeff McCune <jeff@puppetlabs.com>
Fri, 30 Dec 2011 23:45:00 +0000 (15:45 -0800)
committerJeff McCune <jeff@puppetlabs.com>
Fri, 30 Dec 2011 23:48:15 +0000 (15:48 -0800)
commit0be3090f0f01e9bf41827fa3982793e9e71293f3
treed72ad97a6798280dde8013a6ce3707688386697e
parent842b0aa19cecf8251c69cb29fba59c985841c615
(#11607) Add Rakefile to enable spec testing

Without this patch the 2.1.x branch does not have a Rakefile like the
2.2.x and master branches do.  This is a problem for the continuous
integration testing since it executes `rake test` against 2.1.x, 2.2.x
and master currently.

This patch fixes the problem by copying the Rakefile into place enabling
the `rake test` task.

Reviewed-by: Josh Cooper
Rakefile [new file with mode: 0644]