summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2013-09-13 00:01:17 +0900
committerRandy Morgan <[email protected]>2013-09-13 00:08:40 +0900
commit62ad5113c94dafe242637f2ce48d343a8245c0a9 (patch)
tree6716981f62b36299b15752f819f343daddb74e9c /Rakefile
parent97f773549114972a83c1334efc27247a096f34fd (diff)
downloadcaxlsx-62ad5113c94dafe242637f2ce48d343a8245c0a9.tar.gz
caxlsx-62ad5113c94dafe242637f2ce48d343a8245c0a9.zip
remove coverage task as it happens automatically when specs are run
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
index 227ecfc2..0e29e787 100644
--- a/Rakefile
+++ b/Rakefile
@@ -24,11 +24,6 @@ task :test do
end
end
-task :report do
- require 'cover_me'
- CoverMe.complete!
-end
-
task :release => :build do
system "gem push axlsx-#{Axlsx::VERSION}.gem"
end