Commit Graph

6 Commits

Author SHA1 Message Date
Mark Moser
4bbd93ded1 rubocop noise: fixes FrozenStringLiteralComment
Adding the .ruby-verison file triggered previously un-run cops, specifically:

  This cop is designed to help upgrade to Ruby 3.0. It will add the
  comment `# frozen_string_literal: true` to the top of files to enable
  frozen string literals. Frozen string literals will be default in Ruby
  3.0. The comment will be added below a shebang and encoding comment. The
  frozen string literal comment is only valid in Ruby 2.3+.

More info on rubocop [Automatic-Corrections](https://github.com/bbatsov/rubocop/wiki/Automatic-Corrections)
2016-09-08 10:30:13 -05:00
Mark Moser
f44b11fde8 worker tests 2016-08-16 14:19:45 -05:00
Mark Moser
76bb21a150 summary page rebuild 2016-08-10 09:03:25 -05:00
Mark Moser
5be93e0d38 candidate quiz progression work 2016-07-29 13:34:23 -05:00
Mark Moser
79e1797295 progress bar logic 2016-07-27 22:53:14 -05:00
Mark Moser
7a32057825 big start on QuizStatus 2016-07-27 11:17:50 -05:00