Skip to content

Commit

Permalink
Configure test app to behave like a real app
Browse files Browse the repository at this point in the history
  • Loading branch information
grncdr committed May 14, 2023
1 parent 0e194cd commit 4737228
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions spec/rails7/.solargraph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
include:
- "**/*.rb"
exclude:
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters: []
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins: [solargraph-rails]
max_files: 5000
2 changes: 2 additions & 0 deletions spec/rails7/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ gem 'rails', '~> 7.0.2'
gem 'sqlite3'

group :development do
gem 'rdbg'
gem 'solargraph', require: false
gem 'solargraph-rails', require: false, path: '../..'
end

0 comments on commit 4737228

Please sign in to comment.