travisjeffery / timecop

A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
MIT License
3.37k stars 226 forks source link

Add bin/console #299

Closed ytkg closed 2 years ago

ytkg commented 3 years ago

what

Add bin/console. #298

why

bundle console is Deprecated.

$ bundle console
[DEPRECATED] bundle console will be replaced by `bin/console` generated by `bundle gem <name>`

check

$ bin/console
irb(main):001:0>