From 30b3a971f2c5794c05379db0d915c48b109afa3f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 25 May 2019 15:13:44 +0200 Subject: Remove dummy test app from version control. Should never have been checked in in the first place. --- spec/dummy/config/boot.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 spec/dummy/config/boot.rb (limited to 'spec/dummy/config/boot.rb') diff --git a/spec/dummy/config/boot.rb b/spec/dummy/config/boot.rb deleted file mode 100644 index 074f555..0000000 --- a/spec/dummy/config/boot.rb +++ /dev/null @@ -1,6 +0,0 @@ -require 'rubygems' -gemfile = File.expand_path("../../../../Gemfile", __FILE__) - -ENV['BUNDLE_GEMFILE'] = gemfile -require 'bundler' -Bundler.setup -- cgit v1.2.3