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/routes.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/routes.rb')
-rw-r--r-- | spec/dummy/config/routes.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/dummy/config/routes.rb b/spec/dummy/config/routes.rb deleted file mode 100644 index f43dfc1..0000000 --- a/spec/dummy/config/routes.rb +++ /dev/null @@ -1,3 +0,0 @@ -Rails.application.routes.draw do - mount Refinery::Core::Engine, :at => "/" -end |