Method: Project#test_super
- Defined in:
- lib/outrider/project.rb
#test_super(options) ⇒ Object
These methods are here simply to help run our unit tests
85 86 87 88 |
# File 'lib/outrider/project.rb', line 85 def test_super p "Super Test Called" return "Super Test Called" end |