From 3aa75d62c49b8bebbe4e475bc06324ff0418b677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 7 Jun 2024 20:05:54 +0200 Subject: [PATCH] Don't use Spring when running bin/rspec This command wasn't working since we removed the spring-commands-rspec gem in commit e4e0cb5d4. --- bin/rspec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/rspec b/bin/rspec index b50d67608..43b6017d5 100755 --- a/bin/rspec +++ b/bin/rspec @@ -1,9 +1,4 @@ #!/usr/bin/env ruby -begin - load File.expand_path("../spring", __FILE__) -rescue LoadError => e - raise unless e.message.include?("spring") -end # frozen_string_literal: true # # This file was generated by Bundler.