Skip to content

Commit 7ea53f0

Browse files
committed
Tweak the CI/CD settings more.
1 parent 85fae38 commit 7ea53f0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Rakefile

-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
require "bundler/gem_tasks"
2-
require "codeclimate-test-reporter"
3-
require 'coveralls'
4-
require 'scrutinizer/ocular'
52

63
begin
74
require "rspec/core/rake_task"
85

96
RSpec::Core::RakeTask.new(:spec)
107
task default: :spec
11-
12-
Coveralls.wear!
13-
CodeClimate::TestReporter.start
14-
Scrutinizer::Ocular.watch!
158
rescue LoadError
169
end

spec/spec_helper.rb

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
require 'coveralls'
2+
Coveralls.wear!
3+
4+
require 'scrutinizer/ocular'
5+
Scrutinizer::Ocular.watch!
6+
17
require "codeclimate-test-reporter"
28
CodeClimate::TestReporter.start
39

0 commit comments

Comments
 (0)