We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
timecop
travel_to
1 parent 813fc9e commit 55cb5c2Copy full SHA for 55cb5c2
README.md
@@ -80,7 +80,6 @@ And testing gems like:
80
* [RSpec Mocks](https://github.com/rspec/rspec-mocks) for stubbing and spying
81
* [Shoulda Matchers](https://github.com/thoughtbot/shoulda-matchers) for common
82
RSpec matchers
83
-* [Timecop](https://github.com/travisjeffery/timecop) for testing time
84
85
## Other goodies
86
templates/Gemfile.erb
@@ -42,7 +42,6 @@ end
42
group :test do
43
gem "formulaic"
44
gem "launchy"
45
- gem "timecop"
46
gem "webmock"
47
end
48
0 commit comments