99dc9c6fc9
Now possible to run: `bin/rails` `bin/rspec` `bin/spinach` `bin/rake`
7 lines
154 B
Ruby
7 lines
154 B
Ruby
#!/usr/bin/env ruby
|
|
begin
|
|
load File.expand_path("../spring", __FILE__)
|
|
rescue LoadError
|
|
end
|
|
require 'bundler/setup'
|
|
load Gem.bin_path('rspec', 'rspec')
|