Update factory_girl, silence deprecation warnings

This commit is contained in:
Henne Vogelsang 2016-02-08 12:43:52 +01:00
parent e28e1bf963
commit 75b4143bc4
2 changed files with 4 additions and 3 deletions

View file

@ -46,6 +46,7 @@ Osem::Application.configure do
# Set Time.now to May 1, 2014 00:01:00 AM (at this instant), but allow it to move forward
t = Time.local(2014, 05, 01, 00, 01, 00)
Timecop.travel(t)
ActiveSupport::Deprecation.silenced = true
end
end