summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorZack Hobson2013-12-04 10:43:23 -0800
committerZack Hobson2013-12-04 10:43:23 -0800
commit1100d772f6c90fd1b8d3822dc94558cc339a13bc (patch)
tree3213fbb89330b491137609de7463240cf9759d03 /Rakefile
parentce7426505333276d732834c696ee498ed8ef27a3 (diff)
downloadhcl-1100d772f6c90fd1b8d3822dc94558cc339a13bc.tar.bz2
oop, syntax error
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1e2d162..5a46c74 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,7 +13,7 @@ Rake::TestTask.new do |t|
end
task :default => :test
-task :coverage_env { ENV['COVERAGE'] = "YES" }
+task(:coverage_env) { ENV['COVERAGE'] = "YES" }
Rake::TestTask.new(:coverage => :coverage_env) do |t|
t.libs << 'test'
t.test_files = FileList['test/*_test.rb']