Skip to content

Commit

Permalink
Fixed broken spec on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Apr 11, 2024
1 parent 7cfaf14 commit 48aa4ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/diver_down/trace/tracer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ def self.call
stub_const('A', klass_a)
stub_const('B', klass_b)

tracer = DiverDown::Trace::Tracer.new
tracer = DiverDown::Trace::Tracer.new(
module_set: {
modules: [A, B]
}
)

definition_1 = tracer.trace(title: 'title') do
A.call_b
Expand Down

0 comments on commit 48aa4ff

Please sign in to comment.