bebanjo / delorean

DISCONTINUED - Delorean lets you travel in time with Ruby by mocking Time.now
MIT License
454 stars 25 forks source link

I can not include delorean in my model tests in rails 5.1 #31

Closed dhaliman closed 7 years ago

dhaliman commented 7 years ago

I tried to require delorean in my model tests but I get a NameError.

What is the proper way to include the gem in my model tests?

Thanks

PS: I hope this is the right place to ask this.