Update to latest CodeClimate (#478)

* Update to latest CodeClimate
* SpecHelper: drop CodeClimate formatter
This commit is contained in:
Olle Jonsson
2017-02-08 21:09:23 +01:00
committed by GitHub
parent acf1c1604a
commit 1e9e72f1a5
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
require "codeclimate-test-reporter"
require "simplecov"
require "coveralls"
require "vcr"
@@ -28,8 +27,7 @@ end
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
Coveralls::SimpleCov::Formatter,
SimpleCov::Formatter::HTMLFormatter,
CodeClimate::TestReporter::Formatter
SimpleCov::Formatter::HTMLFormatter
])
SimpleCov.start do
add_filter "gemfiles/"