Update spring-commands-rspec and springify bin/rspec
This commit is contained in:
parent
ed083be58b
commit
67ac6f0d65
4 changed files with 28 additions and 2 deletions
7
bin/rspec
Executable file
7
bin/rspec
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env ruby
|
||||
begin
|
||||
load File.expand_path("../spring", __FILE__)
|
||||
rescue LoadError
|
||||
end
|
||||
require 'bundler/setup'
|
||||
load Gem.bin_path('rspec-core', 'rspec')
|
||||
Loading…
Add table
Add a link
Reference in a new issue