From 44fef4fe4cb9d4f30f129ff5a548395bc924c8fe Mon Sep 17 00:00:00 2001 From: Jasper Maes Date: Fri, 7 Dec 2018 19:15:06 +0100 Subject: Remove rails 4 support in CI, Gemfiles, bin/ and config/ --- spec/spec_helper.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 3fedb9ed48c..cd69160be10 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -235,10 +235,6 @@ RSpec.configure do |config| example.run if Gitlab::Database.mysql? end - config.around(:each, :rails5) do |example| - example.run if Gitlab.rails5? - end - # This makes sure the `ApplicationController#can?` method is stubbed with the # original implementation for all view specs. config.before(:each, type: :view) do -- cgit v1.2.3