summaryrefslogtreecommitdiff
path: root/bin/rspec
blob: 20060ebd79c0ec217596c425ddc66ea58b4a02d1 (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-core', 'rspec')