Skip to content

Commit

Permalink
Rename dummy application dir
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 12, 2024
1 parent ba2304c commit 962ad8d
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AllCops:
TargetRubyVersion: 3.0
Exclude:
- bin/*
- spec/internal/**/*
- spec/dummy/**/*

Gemspec/RequireMFA:
Enabled: false
Expand Down
1 change: 1 addition & 0 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ require 'bundler'

Bundler.require :default, :development

Combustion.path = 'spec/dummy'
Combustion.initialize! :action_controller
run Combustion::Application
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added spec/internal/log/test.log
Empty file.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require 'voight_kampff'
require 'voight_kampff/rails'

Combustion.path = 'spec/dummy'
Combustion.initialize! :action_controller

require 'rspec/rails'
Expand Down

0 comments on commit 962ad8d

Please sign in to comment.