Removed Style/DateTime offences which occured due to the use of DateTime class in spec/models/program_spec.rb

This commit is contained in:
Naman Gupta 2017-12-20 22:21:40 +05:30 committed by Stella Rouzi
parent 6eb8c8d6ae
commit 808625106c

View file

@ -413,6 +413,7 @@ Style/DateTime:
- 'app/models/conference.rb'
- 'app/models/program.rb'
- 'spec/models/conference_spec.rb'
- 'spec/models/program_spec.rb'
# Offense count: 488
Style/Documentation: