mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update factory_girl, silence deprecation warnings
This commit is contained in:
parent
e28e1bf963
commit
75b4143bc4
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue