Sha256: 3e6945a4d8ff1881256f1f51c31af5684f563f8023897b4e56a79cb1332d37dc
Contents?: true
Size: 411 Bytes
Versions: 9
Compression:
Stored size: 411 Bytes
Contents
# frozen_string_literal: true require 'rubocop-rspec' module Gitlab module Styles module Rubocop module Rspec module Helpers include RuboCop::RSpec::Language LET_IT_BE_HELPERS = SelectorSet.new(%i[let_it_be let_it_be_with_refind let_it_be_with_reload]) LET = LET_IT_BE_HELPERS + RuboCop::RSpec::Language::Helpers::ALL end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems