aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2017-08-01 23:19:37 +0200
committerTeddy Wing2017-08-01 23:22:15 +0200
commit7ed3bded976d7b3538fd49a36c6e3e79e6fc56e8 (patch)
tree1f6577ec5d2fc932fb6164ad7a3adbb059b9a689 /Gemfile
parentc0aff43cbd6f4b5c4d131e577b3ad91679883d63 (diff)
downloadchouette-core-7ed3bded976d7b3538fd49a36c6e3e79e6fc56e8.tar.bz2
Import#notify_parent: Update :notified_parent_at
The `#notify_parent` method should update the `notified_parent_at` field on the child import so we know not to query it in subsequent batches of parent import notifications. Add the Timecop gem in order to be able to safely test the DateTime update. Refs #3511
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f57a9d524..aeb776942 100644
--- a/Gemfile
+++ b/Gemfile
@@ -163,6 +163,7 @@ group :test do
gem 'simplecov', :require => false
gem 'simplecov-rcov', :require => false
gem 'htmlbeautifier'
+ gem 'timecop'
end
group :test, :development, :dev do