Skip to content

Commit

Permalink
Resolved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KseniaGovorun committed Dec 1, 2024
1 parent d6efd56 commit 44f9e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ group :development, :test, :ci do
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
gem "standard", "~> 1.0", require: false
gem "rubocop-factory_bot"
gem "rubocop-capybara"
gem "rubocop-factory_bot", require: false
gem "rubocop-capybara", require: false
end

group :development do
Expand Down
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
config.action_controller.perform_caching = false
config.cache_store = :null_store

# Render exception templates for rescuable exceptions and raise for other exceptions.
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = :none

# Disable request forgery protection in test environment.
Expand Down

0 comments on commit 44f9e21

Please sign in to comment.