We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d065ee commit 89eaa68Copy full SHA for 89eaa68
.gitignore
@@ -7,7 +7,6 @@ rails-i18n-*.gem
7
*.sw[pno]
8
doc
9
log
10
-bin
11
.idea
12
.bundle
13
bin/rspec
@@ -0,0 +1,16 @@
1
+#!/usr/bin/env ruby
2
+#
3
+# This file was generated by Bundler.
4
5
+# The application 'rspec' is installed as part of a gem, and
6
+# this file is here to facilitate running it.
+
+require 'pathname'
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+ Pathname.new(__FILE__).realpath)
+require 'rubygems'
14
+require 'bundler/setup'
15
16
+load Gem.bin_path('rspec-core', 'rspec')
0 commit comments