Skip to content
代码片段 群组 项目
rspec 228 字节
更新 更旧
#!/usr/bin/env ruby
  load File.expand_path('../spring', __FILE__)
rescue LoadError => e
  raise unless e.message.include?('spring')
require_relative '../config/bundler_setup'
load Gem.bin_path('rspec-core', 'rspec')