Don't use Spring when running bin/rspec

This command wasn't working since we removed the spring-commands-rspec
gem in commit e4e0cb5d4.
This commit is contained in:
Javi Martín
2024-06-07 20:05:54 +02:00
parent 9bef791d01
commit 3aa75d62c4

View File

@@ -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.