Files
ProMotion/spec/helpers/test_delegate.rb
2013-05-17 07:39:45 -07:00

5 lines
79 B
Ruby

class TestDelegate < ProMotion::Delegate
def on_load(app, options)
end
end