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