We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0b6c2 commit 778cc59Copy full SHA for 778cc59
1 file changed
bin/rspec
@@ -0,0 +1,16 @@
1
+#!/usr/bin/env ruby
2
+# frozen_string_literal: true
3
+
4
+#
5
+# This file was generated by Bundler.
6
7
+# The application 'rspec' is installed as part of a gem, and
8
+# this file is here to facilitate running it.
9
10
11
+ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
13
+require "rubygems"
14
+require "bundler/setup"
15
16
+load Gem.bin_path("rspec-core", "rspec")
0 commit comments