Skip to content

Commit

Permalink
Fix rubocop violation in Lumberaxe spec
Browse files Browse the repository at this point in the history
  • Loading branch information
neildecapia authored and xjunior committed Sep 26, 2023
1 parent 9363c76 commit 6b02cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lumberaxe/spec/lumberaxe/lumberaxe_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
it "logs any valid combination of tag formats" do
expect do
subject.tagged("omega", "pV=nRT", paink: "iller") { subject.info("brown") }
end.to output(%r{(?=.*"tags":\["omega",{"paink":"iller"}\])(?=.*"pV":"nRT")}).to_stdout_from_any_process
end.to output(/(?=.*"tags":\["omega",{"paink":"iller"}\])(?=.*"pV":"nRT")/).to_stdout_from_any_process
end
end
end

0 comments on commit 6b02cb3

Please sign in to comment.