When I run codeclimate-test-reporter on the console, I get this error. Am I missing something?
/Users/dillonwelch/.rvm/gems/ruby-2.3.1/gems/codeclimate-test-reporter-1.0.0/lib/code_climate/test_reporter/formatter.rb:7:in `require': cannot load such file -- simplecov (LoadError)
from /Users/dillonwelch/.rvm/gems/ruby-2.3.1/gems/codeclimate-test-reporter-1.0.0/lib/code_climate/test_reporter/formatter.rb:7:in `<top (required)>'
from /Users/dillonwelch/.rvm/gems/ruby-2.3.1/gems/codeclimate-test-reporter-1.0.0/lib/codeclimate-test-reporter.rb:7:in `require'
from /Users/dillonwelch/.rvm/gems/ruby-2.3.1/gems/codeclimate-test-reporter-1.0.0/lib/codeclimate-test-reporter.rb:7:in `<top (required)>'
from /Users/dillonwelch/.rvm/gems/ruby-2.3.1/gems/codeclimate-test-reporter-1.0.0/bin/codeclimate-test-reporter:3:in `require'
from /Users/dillonwelch/.rvm/gems/ruby-2.3.1/gems/codeclimate-test-reporter-1.0.0/bin/codeclimate-test-reporter:3:in `<top (required)>'
from /Users/dillonwelch/.rvm/gems/ruby-2.3.1/bin/codeclimate-test-reporter:22:in `load'
from /Users/dillonwelch/.rvm/gems/ruby-2.3.1/bin/codeclimate-test-reporter:22:in `<main>'
from /Users/dillonwelch/.rvm/gems/ruby-2.3.1/bin/ruby_executable_hooks:15:in `eval'
from /Users/dillonwelch/.rvm/gems/ruby-2.3.1/bin/ruby_executable_hooks:15:in `<main>'
When I run
codeclimate-test-reporter
on the console, I get this error. Am I missing something?