Closed jazzdan closed 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.
-
/
clock.rb
Thank you for your contribution.
For folks new to Ruby this can be tricky to remember: you replace the
-
with a/
when requiring gems. Since theclock.rb
example included the clockwork gem I thought it made sense to have the example test include the clockwork-test gem as well.