kevin-j-m / clockwork-test

A mechanism for testing clockwork jobs
MIT License
43 stars 16 forks source link

Add require to test example #16

Closed jazzdan closed 7 years ago

jazzdan commented 7 years ago

For folks new to Ruby this can be tricky to remember: you replace the - with a / when requiring gems. Since the clock.rb example included the clockwork gem I thought it made sense to have the example test include the clockwork-test gem as well.

kevin-j-m commented 7 years ago

Thank you for your contribution.