code climate setup
This commit is contained in:
@@ -2,3 +2,7 @@ language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
addons:
|
||||
code_climate:
|
||||
repo_token:
|
||||
secure: "DVg8CUc9bALxU6Yn5umMl5RBPmoNO077eaEQrt2X1EmEBkWRbWfvPClRdUn5MInqKfO31HpmFQi03JZSOY+bS3I7JxkdFUPGVaaTPreor7aFC81NDPu3qXrUKMhfIf0dLCAAQAuMYzyg3aQQW66W/LBimLIErxlZGb04IgyNr+g="
|
||||
|
||||
1
Gemfile
1
Gemfile
@@ -7,6 +7,7 @@ group :test do
|
||||
gem 'savon_spec'
|
||||
gem 'rspec'
|
||||
gem 'webmock'
|
||||
gem "codeclimate-test-reporter"
|
||||
gem 'zanzibar', path: '.'
|
||||
end
|
||||
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
#
|
||||
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
|
||||
require 'webmock/rspec'
|
||||
require "codeclimate-test-reporter"
|
||||
CodeClimate::TestReporter.start
|
||||
|
||||
RSpec.configure do |config|
|
||||
# rspec-expectations config goes here. You can use an alternate
|
||||
# assertion/expectation library such as wrong or the stdlib/minitest
|
||||
|
||||
Reference in New Issue
Block a user