Add rspec spring command

This commit is contained in:
Lars Henrik Mai 2016-02-18 07:14:53 +01:00
parent 85167bc563
commit 79e7ea61d3
4 changed files with 15 additions and 7 deletions

7
bin/rspec Executable file
View 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')