Add Spring binstubs for RSpec

This commit is contained in:
Josep Jaume Rey Peroy
2015-12-07 09:30:49 +01:00
parent 33cbc88ee8
commit 9914e4f331
4 changed files with 16 additions and 7 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
#
# This file was generated by Bundler.
#