diff options
Diffstat (limited to 'spec/bin')
| -rwxr-xr-x | spec/bin/bundle | 6 | ||||
| -rwxr-xr-x | spec/bin/rspec | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/spec/bin/bundle b/spec/bin/bundle new file mode 100755 index 0000000000..8f8b535295 --- /dev/null +++ b/spec/bin/bundle @@ -0,0 +1,6 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +require_relative "../bundler/support/activate" + +load File.expand_path("bundle", Spec::Path.exedir) diff --git a/spec/bin/rspec b/spec/bin/rspec new file mode 100755 index 0000000000..1f61e3c64c --- /dev/null +++ b/spec/bin/rspec @@ -0,0 +1,6 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +require_relative "../bundler/support/rubygems_ext" + +Spec::Rubygems.gem_load("rspec-core", "rspec") |
