Cucumber Timecop gem
This gem install timecop and chronic gems and also include a cucumber step definition to use Timecop in you features.
Installation
Add this line to your application's Gemfile:
gem 'cucumber-timecop'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cucumber-timecop
Usage
When this gem is installed, you can use the following cucumber steps:
Given it is currently 2 days ago
Given time is frozen at midnight
Given I jump in our Delorean and return to the present
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request