shinyscorpion / task_bunny

TaskBunny is a background processing application written in Elixir and uses RabbitMQ as a messaging backend
MIT License
202 stars 30 forks source link

Rename test helpers and fix the implications #22

Closed ono closed 7 years ago

ono commented 7 years ago

TestSupport is unnecessary namespace that makes code readability worse. Also have consistent rule on test helper: *TestHelper. Applying it to QueueTestHelper and JobTestHelper.