Commit e65adade authored by Dmytro Zaporozhets's avatar Dmytro Zaporozhets

Merge branch 'rubocop_convert_static_translation_spec' into 'master'

Convert spec to use fast_spec_helper

See merge request gitlab-org/gitlab!35577
parents f348d617 b99435ef
# frozen_string_literal: true
require 'spec_helper'
require 'fast_spec_helper'
require 'rubocop'
require 'rubocop/rspec/support'
require 'rspec-parameterized'
require_relative '../../../rubocop/cop/static_translation_definition'
RSpec.describe RuboCop::Cop::StaticTranslationDefinition do
RSpec.describe RuboCop::Cop::StaticTranslationDefinition, type: :rubocop do
include CopHelper
using RSpec::Parameterized::TableSyntax
......
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