Skip to content

Commit

Permalink
Fix const_defined? parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Mar 5, 2024
1 parent 94c9dbd commit 873f286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_positioning.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def around
end

def test_active_record_is_not_polluted
refute Item.const_defined?('Mechanisms')
refute Item.const_defined?(:Mechanisms)
end

def test_base_class
Expand Down

0 comments on commit 873f286

Please sign in to comment.