spec/spec_helper.rb in chatwork-0.8.0 vs spec/spec_helper.rb in chatwork-0.9.0

- old
+ new

@@ -23,10 +23,10 @@ begin require "backport_dig" rescue LoadError # rubocop:disable Lint/HandleExceptions end -Dir["#{__dir__}/support/**/*.rb"].each { |f| require f } +Dir["#{__dir__}/support/**/*.rb"].each {|f| require f } def spec_dir Pathname(__dir__) end