no need for the undefine
This commit is contained in:
parent
9f1edd4c7a
commit
25723de9c8
|
@ -22,7 +22,6 @@ describe Concern::Positionable do
|
|||
# import is making my life hard, we need to nuke this out of orbit
|
||||
des = ActiveSupport::DescendantsTracker.class_variable_get :@@direct_descendants
|
||||
des[ActiveRecord::Base].delete(TestItem)
|
||||
Object.send(:remove_const, :TestItem)
|
||||
end
|
||||
|
||||
it "can position stuff correctly" do
|
||||
|
|
Loading…
Reference in New Issue