summaryrefslogtreecommitdiff
path: root/test/dummy/config/boot.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-07-04 15:33:48 +0200
committerAzul <azul@leap.se>2014-07-05 10:21:07 +0200
commitb5651032152236609d8761fd464f8e04fc5797c2 (patch)
treea561e4f573d4a3445a48577e31f78f2d9f4c1434 /test/dummy/config/boot.rb
parent02000f08ab8f44533447278d8fcb141ac6598e30 (diff)
remove dummy app
We're not supporting including leap_web as a gem right now.
Diffstat (limited to 'test/dummy/config/boot.rb')
-rw-r--r--test/dummy/config/boot.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/dummy/config/boot.rb b/test/dummy/config/boot.rb
deleted file mode 100644
index eba0681..0000000
--- a/test/dummy/config/boot.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-require 'rubygems'
-gemfile = File.expand_path('../../../../Gemfile', __FILE__)
-
-if File.exist?(gemfile)
- ENV['BUNDLE_GEMFILE'] = gemfile
- require 'bundler'
- Bundler.setup
-end
-
-$:.unshift File.expand_path('../../../../lib', __FILE__) \ No newline at end of file