Commit Graph

5 Commits

Author SHA1 Message Date
Thong Kuah d6b952ad3e
Add frozen_string_literal to spec/workers
Adds `# frozen_string_literal: true` to spec/workers ruby files
2019-04-01 13:35:22 -03:00
Lin Jen-Shin 3bfe306624 Resolve Naming/UncommunicativeMethod 2018-07-09 21:13:08 +08:00
Jan Provaznik e31717f490 Fix cattr_accessor definition
Use cattr_accessor directly inside the defined class, otherwise
in Rails 5 this accessor returns nil.
2018-05-28 20:59:32 +02:00
Stan Hu 63cadbe1ad Work around Ruby 2.3.7 bug by defining prepended class methods needed for tests 2018-04-09 06:46:33 -07:00
Douwe Maan 1751cab41f Extract WaitableWorker out of AuthorizedProjectsWorker 2018-02-26 13:25:58 +01:00