Skip to content

Commit f5658bc

Browse files
committed
+ Cruisecontrol task
1 parent fefe50d commit f5658bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ MANIFEST = File.read("Manifest.txt").split
1414
MINRUBY = "1.8.7"
1515

1616
Hoe.plugin :git
17-
1817
Hoe.spec PKG_NAME do
1918
self.version = PKG_VERSION
2019
self.rubyforge_name = PKG_NAME
@@ -120,3 +119,6 @@ task :build_manifest do |t|
120119

121120
puts paths.sort.join("\n")
122121
end
122+
123+
desc "Run a full set of integration and unit tests"
124+
task :cruise => [:test, :spec]

0 commit comments

Comments
 (0)