kenichi / angelo

Sinatra-like DSL for Reel that supports WebSockets and SSE
Other
302 stars 23 forks source link

minitest helper addition for testing angelo::base subclasses #32

Closed katjaeinsfeld closed 9 years ago

katjaeinsfeld commented 9 years ago

This addition was needed to test a web service class derived from Angelo::Base. See test/angelo_spec.rb, line 452.

kenichi commented 9 years ago

thoughts on keeping Cellper and Reactor in the Angelo::Minitest namespace? I also dryed up define_app and define_app_by_class. other then that, yeah i can see how this would be helpful.

katjaeinsfeld commented 9 years ago

works for me! Thank you for cleaning it up.