clarion/bin/rspec

8 lines
159 B
Plaintext
Raw Permalink Normal View History

2014-07-28 12:52:06 +03:00
#!/usr/bin/env ruby
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
end
require 'bundler/setup'
load Gem.bin_path('rspec-core', 'rspec')