From f808a6b37b6a28c512ee6224c5502abb03d614d1 Mon Sep 17 00:00:00 2001 From: Jack Danger Canty Date: Mon, 1 Feb 2016 21:18:21 -0800 Subject: [PATCH] showing output in Rubocop --- Rakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0a8294c..5447586 100644 --- a/Rakefile +++ b/Rakefile @@ -23,7 +23,9 @@ namespace :db do end require 'rubocop/rake_task' -RuboCop::RakeTask.new +RuboCop::RakeTask.new do |t| + t.options = '-d' +end desc 'Run all tests' task spec: 'db:create' do