Skip to content

Commit

Permalink
Try rspec again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroudnitski committed Feb 1, 2024
1 parent a1f705f commit c234bab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# require "action_text/engine"
require "action_view/railtie"
# require "action_cable/engine"
require "sprockets/railtie"
# require "sprockets/railtie"
# require "rails/test_unit/railtie"

# Require the gems listed in Gemfile, including any gems
Expand All @@ -22,7 +22,7 @@
module Dummy
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1
config.load_defaults 7.0

# Configuration for the application, engines, and railties goes here.
#
Expand Down
8 changes: 0 additions & 8 deletions spec/dummy/config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@
# Highlight code that triggered database queries in logs.
config.active_record.verbose_query_logs = true

# Debug mode disables concatenation and preprocessing of assets.
# This option may cause significant delays in view rendering with a large
# number of complex assets.
config.assets.debug = true

# Suppress logger output for asset requests.
config.assets.quiet = true

# Raises error for missing translations.
# config.i18n.raise_on_missing_translations = true

Expand Down
12 changes: 0 additions & 12 deletions spec/dummy/config/initializers/assets.rb

This file was deleted.

0 comments on commit c234bab

Please sign in to comment.