aboutsummaryrefslogtreecommitdiffstats
path: root/test/dummy/bin/bundle
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-09-17 17:48:32 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-09-17 17:48:32 -0700
commit03b18410071f4e8a9a2daff13e02881e5f1a1c12 (patch)
treeef5e34c57c10418487f72d72085b2599125f04cb /test/dummy/bin/bundle
parent12deb313e02680bbd1c07ada79a890d6734d1bf3 (diff)
downloadrails-03b18410071f4e8a9a2daff13e02881e5f1a1c12.tar.gz
rails-03b18410071f4e8a9a2daff13e02881e5f1a1c12.tar.bz2
rails-03b18410071f4e8a9a2daff13e02881e5f1a1c12.zip
Add dummy app for testing
Diffstat (limited to 'test/dummy/bin/bundle')
-rwxr-xr-xtest/dummy/bin/bundle3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dummy/bin/bundle b/test/dummy/bin/bundle
new file mode 100755
index 0000000000..f19acf5b5c
--- /dev/null
+++ b/test/dummy/bin/bundle
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
+load Gem.bin_path('bundler', 'bundle')