mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Add rspec spring command
This commit is contained in:
parent
85167bc563
commit
79e7ea61d3
4 changed files with 15 additions and 7 deletions
7
bin/rspec
Executable file
7
bin/rspec
Executable file
|
@ -0,0 +1,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')
|
Loading…
Add table
Add a link
Reference in a new issue