summaryrefslogtreecommitdiff
path: root/bin/rspec
blob: 41e37089ac299c889b86e4cfdf9d0b94151677af (plain)
1
2
3
4
5
6
7
#!/usr/bin/env ruby
begin
  load File.expand_path("../spring", __FILE__)
rescue LoadError
end
require 'bundler/setup'
load Gem.bin_path('rspec', 'rspec')