diff options
Diffstat (limited to 'test/dummy/config/application.rb')
-rw-r--r-- | test/dummy/config/application.rb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/dummy/config/application.rb b/test/dummy/config/application.rb deleted file mode 100644 index 9874f79..0000000 --- a/test/dummy/config/application.rb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | require_relative 'boot' | ||
2 | |||
3 | require 'rails/all' | ||
4 | |||
5 | Bundler.require(*Rails.groups) | ||
6 | require "pokeviewer" | ||
7 | |||
8 | module Dummy | ||
9 | class Application < Rails::Application | ||
10 | # Initialize configuration defaults for originally generated Rails version. | ||
11 | config.load_defaults 5.1 | ||
12 | |||
13 | # Settings in config/environments/* take precedence over those specified here. | ||
14 | # Application configuration should go into files in config/initializers | ||
15 | # -- all .rb files in that directory are automatically loaded. | ||
16 | end | ||
17 | end | ||
18 | |||