mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
Fix Rubocop failures
This commit is contained in:
parent
21c68cb93d
commit
dd454a43ea
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
require_relative 'app'
|
require_relative 'app'
|
||||||
$LOAD_PATH << App.root.join('lib')
|
$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
|
begin
|
||||||
require 'pry'
|
require 'pry'
|
||||||
rescue LoadError # rubocop:disable Lint/HandleExceptions
|
rescue LoadError # rubocop:disable Lint/SuppressedException
|
||||||
end
|
end
|
||||||
|
|
||||||
VCR.configure do |c|
|
VCR.configure do |c|
|
||||||
|
Loading…
Reference in New Issue
Block a user