Skip to content

Commit

Permalink
try to get codeclimate reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 15, 2016
1 parent 8dd160e commit f310946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion case_transform.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.version = CaseTransform::VERSION
s.platform = Gem::Platform::RUBY
s.license = 'MIT'
s.authors = ['L. Preston Sego III']
s.authors = ['L. Preston Sego III', 'Ben Mills']
s.email = '[email protected]'
s.homepage = 'https://github.com/NullVoxPopuli/case_transform'
s.summary = "CaseTransform-#{CaseTransform::VERSION}"
Expand Down
10 changes: 5 additions & 5 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# frozen_string_literal: true
require 'bundler/setup'

begin
require 'simplecov'
Coverage.start
rescue LoadError
STDERR.puts 'Running without SimpleCov'
require "codeclimate-test-reporter"

if ENV['CODECLIMATE_REPO_TOKEN']
CodeClimate::TestReporter.start
end


require 'pry-byebug'
require 'case_transform'

Expand Down

0 comments on commit f310946

Please sign in to comment.