Skip to content

Commit

Permalink
Delete all residual Spring relics
Browse files Browse the repository at this point in the history
  • Loading branch information
veganstraightedge committed Feb 26, 2024
1 parent 3ae2332 commit fdfb1c3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 29 deletions.
1 change: 0 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"generator": "secret"
},

"DISABLE_SPRING": "true",
"MIN_THREADS": "1",
"MAX_THREADS": "1"
},
Expand Down
5 changes: 0 additions & 5 deletions bin/rspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/usr/bin/env ruby
begin
load File.expand_path('spring', __dir__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require 'bundler/setup'
load Gem.bin_path('rspec-core', 'rspec')
15 changes: 0 additions & 15 deletions bin/spring

This file was deleted.

4 changes: 2 additions & 2 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.

# Turn false under Spring and add config.action_view.cache_template_loading = true
config.cache_classes = true
# Code is not reloaded between requests.
config.enable_reloading = false

# Eager loading loads your whole application. When running a single test locally,
# this probably isn't necessary. It's a good idea to do in a continuous integration
Expand Down
6 changes: 0 additions & 6 deletions config/spring.rb

This file was deleted.

0 comments on commit fdfb1c3

Please sign in to comment.