diff options
| author | Randy Morgan <[email protected]> | 2013-09-13 00:01:17 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2013-09-13 00:08:40 +0900 |
| commit | 62ad5113c94dafe242637f2ce48d343a8245c0a9 (patch) | |
| tree | 6716981f62b36299b15752f819f343daddb74e9c /Rakefile | |
| parent | 97f773549114972a83c1334efc27247a096f34fd (diff) | |
| download | caxlsx-62ad5113c94dafe242637f2ce48d343a8245c0a9.tar.gz caxlsx-62ad5113c94dafe242637f2ce48d343a8245c0a9.zip | |
remove coverage task as it happens automatically when specs are run
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |
