module Spring
module Commands
class RuboCop
def env(*)
'development'
end
def exec_name
'rubocop'
Spring.register_command 'rubocop', RuboCop.new