Skip to content

Commit

Permalink
showing output in Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDanger committed Feb 2, 2016
1 parent 7be98a4 commit f808a6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit f808a6b

Please sign in to comment.