diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-05-25 15:13:44 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-05-25 15:13:44 +0200 |
commit | 30b3a971f2c5794c05379db0d915c48b109afa3f (patch) | |
tree | 63bb51f185138e6e5c238a20711aabae0653ee57 /spec/dummy/config/environment.rb | |
parent | a0341f27de42d2e8847c88db0df834ae03a28975 (diff) | |
download | refinerycms-pc_banners-30b3a971f2c5794c05379db0d915c48b109afa3f.tar.gz refinerycms-pc_banners-30b3a971f2c5794c05379db0d915c48b109afa3f.tar.bz2 refinerycms-pc_banners-30b3a971f2c5794c05379db0d915c48b109afa3f.zip |
Remove dummy test app from version control.
Should never have been checked in in the first place.
Diffstat (limited to 'spec/dummy/config/environment.rb')
-rw-r--r-- | spec/dummy/config/environment.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/dummy/config/environment.rb b/spec/dummy/config/environment.rb deleted file mode 100644 index 3da5eb9..0000000 --- a/spec/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! |