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/environment.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/dummy/config/environment.rb (limited to 'test/dummy/config/environment.rb') diff --git a/test/dummy/config/environment.rb b/test/dummy/config/environment.rb deleted file mode 100644 index 3da5eb9..0000000 --- a/test/dummy/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the rails application -require File.expand_path('../application', __FILE__) - -# Initialize the rails application -Dummy::Application.initialize! -- cgit v1.2.3