From 8a0bfaec2bc1da93f18ddc4803440b4e68a2baf4 Mon Sep 17 00:00:00 2001 From: Karl Freeman Date: Fri, 21 Nov 2014 17:00:23 +0000 Subject: [PATCH] RuboCop --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 2079321..bd08477 100644 --- a/Rakefile +++ b/Rakefile @@ -17,7 +17,7 @@ end begin require 'rubocop/rake_task' desc 'Run rubocop' - Rubocop::RakeTask.new(:rubocop) + RuboCop::RakeTask.new(:rubocop) rescue LoadError end