Skip to content

Commit

Permalink
Drop Jenkins test integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and evgeni committed Nov 29, 2024
1 parent 28b22eb commit 134a454
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ group :rubocop do
end

group :test do
gem 'ci_reporter_test_unit'
gem 'mocha'
gem 'public_suffix'
gem 'rack-test'
Expand Down
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'ci/reporter/rake/test_unit'
require 'rake'
require 'rake/testtask'
require 'rubocop/rake_task'
Expand All @@ -16,8 +15,3 @@ Rake::TestTask.new(:test) do |t|
t.test_files = FileList['test/**/*_test.rb']
t.verbose = true
end

namespace :jenkins do
desc nil # No description means it's not listed in rake -T
task :unit => ['ci:setup:testunit', :test]
end

0 comments on commit 134a454

Please sign in to comment.