mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +01:00
Fix Rubocop failures
This commit is contained in:
parent
21c68cb93d
commit
dd454a43ea
@ -2,4 +2,4 @@
|
||||
|
||||
require_relative 'app'
|
||||
$LOAD_PATH << App.root.join('lib')
|
||||
Dir[App.root.join('config/initializers/*.rb')].each { |f| require f }
|
||||
Dir[App.root.join('config/initializers/*.rb')].sort.each { |f| require f }
|
||||
|
@ -19,7 +19,7 @@ require 'webmock'
|
||||
|
||||
begin
|
||||
require 'pry'
|
||||
rescue LoadError # rubocop:disable Lint/HandleExceptions
|
||||
rescue LoadError # rubocop:disable Lint/SuppressedException
|
||||
end
|
||||
|
||||
VCR.configure do |c|
|
||||
|
Loading…
Reference in New Issue
Block a user