Sha256: 16a1e0f0d4dd2bcd06c56c35a44ffc1af34ecc734432bc7d67f280c837d10f82
Contents?: true
Size: 301 Bytes
Versions: 20
Compression:
Stored size: 301 Bytes
Contents
#!/usr/bin/env ruby ENV['RAILS_ENV'] ||= 'test' dummy_root = File.expand_path("../spec/dummy/rails-4.1.9", File.dirname(__FILE__)) begin load File.expand_path("../spring", __FILE__) if File.exists?(dummy_root) rescue LoadError end require 'bundler/setup' load Gem.bin_path('rspec-core', 'rspec')
Version data entries
20 entries across 20 versions & 1 rubygems