Skip to content

Commit

Permalink
Fix failing lints
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrzebinczyk committed Jun 24, 2024
1 parent 328e9f7 commit 60e1309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distrib-core/spec/distrib_core/drb_helper_spec.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion distrib-core/spec/distrib_core/leader/drb_callable_spec.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 60e1309

Please sign in to comment.