Skip to content

Commit e10c11b

Browse files
committed
chore: minor tweaks
1 parent 6b7fc17 commit e10c11b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

spec/dummy/config/application.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'rails/all'
44

55
Bundler.require(*Rails.groups)
6-
require "avocado"
6+
require 'avocado'
77

88
# Tell spring where the new dummy ap is located
99
Spring.application_root = 'spec/dummy' if Rails.env != 'production'
@@ -17,7 +17,5 @@ class Application < Rails::Application
1717
# Application configuration can go into files in config/initializers
1818
# -- all .rb files in that directory are automatically loaded after loading
1919
# the framework and any gems in your application.
20-
2120
end
2221
end
23-

spec/dummy/config/routes.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
devise_for :users
44
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
55

6-
# Uncomment this to enable the avocado gem
76
mount Avocado::Engine => '/avocado'
87
end

0 commit comments

Comments
 (0)