spec/helpers/test_delegate.rb in ProMotion-0.6.0 vs spec/helpers/test_delegate.rb in ProMotion-0.6.1

- old
+ new

@@ -1,9 +1,4 @@ class TestDelegate < ProMotion::Delegate def on_load(app, options) end - - # Hack to make RM 2.0 work. - # Ref: http://hipbyte.myjetbrains.com/youtrack/issue/RM-136 - def dealloc - end end