Skip to content

Commit

Permalink
Update a spec with the correct assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
adomokos committed Dec 1, 2023
1 parent 98dfcd2 commit ebba1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/not_having_call_method_warning_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def self.do_something

context "when the organizer has the `call` method" do
it "does not issue a warning" do
expect(ActiveSupport::Deprecation)
expect(LightService::Deprecation)
.not_to receive(:warn)

class OrganizerWithCallMethod
Expand Down

0 comments on commit ebba1cd

Please sign in to comment.