From b5651032152236609d8761fd464f8e04fc5797c2 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 4 Jul 2014 15:33:48 +0200 Subject: remove dummy app We're not supporting including leap_web as a gem right now. --- test/dummy/config/boot.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/dummy/config/boot.rb (limited to 'test/dummy/config/boot.rb') 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 -- cgit v1.2.3