Update binstubs

This commit is contained in:
Paul Chavard 2018-05-22 16:01:37 +02:00
parent d3ae4d86c7
commit 6136e3a3f8
4 changed files with 23 additions and 5 deletions

3
bin/rspec Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
load Gem.bin_path('rspec-core', 'rspec')