Skip to content

Commit

Permalink
Remove legacy build cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed Feb 1, 2024
1 parent e840568 commit 83eff93
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 181 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,10 @@ group :development, :test do
end

group :test do
gem 'brakeman', '~> 4.5.1', require: false
gem 'capybara', '< 3.0'
gem 'cucumber-rails', require: false
gem 'danger', require: false
gem 'danger-rubocop', require: false
gem 'poltergeist'
gem 'phantomjs', require: 'phantomjs/poltergeist'
gem 'simplecov', require: false
gem 'site_prism'
gem 'timecop'
gem 'tzinfo-data'
Expand Down
48 changes: 0 additions & 48 deletions Jenkinsfile

This file was deleted.

15 changes: 0 additions & 15 deletions docker-compose.yml

This file was deleted.

3 changes: 0 additions & 3 deletions hooks/pre-push

This file was deleted.

1 change: 0 additions & 1 deletion jenkins/Dangerfile

This file was deleted.

9 changes: 0 additions & 9 deletions jenkins/Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions jenkins/build

This file was deleted.

47 changes: 0 additions & 47 deletions jenkins/test

This file was deleted.

7 changes: 0 additions & 7 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,11 @@
require File.expand_path('dummy/config/environment', __dir__)
abort('Do not run the tests in production mode!!!') if Rails.env.production?
require 'rspec/rails'
require 'simplecov'

Dir[
::Wpcc::Engine.root.join('spec/shared_examples/**.rb')
].each { |f| require f }

SimpleCov.start do
add_filter '/spec/'
end

SimpleCov.minimum_coverage 85

RSpec.configure do |config|
config.fixture_path = "#{::Rails.root}/spec/fixtures"

Expand Down
16 changes: 0 additions & 16 deletions test.sh

This file was deleted.

0 comments on commit 83eff93

Please sign in to comment.