summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/gravatar/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/gravatar/Rakefile')
-rw-r--r--vendor/plugins/gravatar/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/plugins/gravatar/Rakefile b/vendor/plugins/gravatar/Rakefile
index 5a8d92a8a..9e4854916 100644
--- a/vendor/plugins/gravatar/Rakefile
+++ b/vendor/plugins/gravatar/Rakefile
@@ -6,7 +6,6 @@ task :default => :spec
desc 'Run all application-specific specs'
Spec::Rake::SpecTask.new(:spec) do |t|
- t.warning = true
t.rcov = true
end