Commit Graph

4 Commits

Author SHA1 Message Date
Mark Moser
27ef8565f3 test suite refactor 2016-09-14 17:05:37 -05:00
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
30971357af updates progress bar accuracy
The progress bar now accounts for live coders that have opted for
"finish later"

Address part of issue #63
2016-08-12 12:44:19 -05:00
Mark Moser
330126d672 fixes #30 - edit from summary with out js 2016-08-03 10:50:17 -05:00