rurounijones / yarder

JSON based replacement logging system for Ruby on Rails
MIT License
12 stars 8 forks source link

Add tests #6

Open rurounijones opened 11 years ago

rurounijones commented 11 years ago

Add tests for all this; use the Rails tests as a basis (Or rip them off them shamelessly if at all possible)

rurounijones commented 11 years ago

Mostly figured out how to test the LogSubscribers and tests equivalent to the default rails tests have been added. Possibly need a few more.

Next need to figure out how to to the Rack Logger

rurounijones commented 11 years ago

Reasonable test coverage achieved but the tests now are mostly taken from the rails repo which uses a lot of its own magic. Need to simplify them