Regenerate bin stubs

These are the new binstubs available in the our current `spring`
version, which make specs run much faster 😌
This commit is contained in:
rgarcia
2018-02-06 01:00:40 +01:00
parent 7e67e8c93b
commit a359517288
4 changed files with 28 additions and 13 deletions

View File

@@ -1,4 +1,9 @@
#!/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.