Commit 7d316a9b authored by Alexis Reigel's avatar Alexis Reigel

enable frozen string literal on runners finder

parent ba9ad983
# frozen_string_literal: true
class Admin::RunnersFinder < UnionFinder
NUMBER_OF_RUNNERS_PER_PAGE = 30
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::RunnersFinder do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment