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:
@@ -1,9 +1,4 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/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
|
# frozen_string_literal: true
|
||||||
#
|
#
|
||||||
# This file was generated by Bundler.
|
# This file was generated by Bundler.
|
||||||
|
|||||||
Reference in New Issue
Block a user