diff --git a/distrib-core/spec/distrib_core/drb_helper_spec.rb b/distrib-core/spec/distrib_core/drb_helper_spec.rb index 84baa6e..aa6ed20 100644 --- a/distrib-core/spec/distrib_core/drb_helper_spec.rb +++ b/distrib-core/spec/distrib_core/drb_helper_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -RSpec.describe DistribCore::DRbHelper do # rubocop:disable RSpec/FilePath, RSpec/SpecFilePathFormat +RSpec.describe DistribCore::DRbHelper do # rubocop:disable RSpec/SpecFilePathFormat let(:broadcaster) { instance_double(DistribCore::LoggerBroadcaster) } before do diff --git a/distrib-core/spec/distrib_core/leader/drb_callable_spec.rb b/distrib-core/spec/distrib_core/leader/drb_callable_spec.rb index c1d9e7c..7ef1b64 100644 --- a/distrib-core/spec/distrib_core/leader/drb_callable_spec.rb +++ b/distrib-core/spec/distrib_core/leader/drb_callable_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -RSpec.describe DistribCore::Leader::DRbCallable do # rubocop:disable RSpec/FilePath, RSpec/SpecFilePathFormat +RSpec.describe DistribCore::Leader::DRbCallable do # rubocop:disable RSpec/SpecFilePathFormat subject(:object) do Class.new do extend DistribCore::Leader::DRbCallable