Sha256: b23d22d6dd05c1eee7c2ae999a338683f646bdf731cb984f8a7333ae19581706
Contents?: true
Size: 536 Bytes
Versions: 18
Compression:
Stored size: 536 Bytes
Contents
#!/usr/bin/env ruby begin load File.expand_path("../spring", __FILE__) rescue LoadError => e raise unless e.message.include?("spring") end # # This file was generated by Bundler. # # The application "rspec" is installed as part of a gem, and # this file is here to facilitate running it. # require "pathname" ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", Pathname.new(__FILE__).realpath) require "rubygems" require "bundler/setup" load Gem.bin_path("rspec-core", "rspec")
Version data entries
18 entries across 18 versions & 2 rubygems