Commit b99435ef authored by Thong Kuah's avatar Thong Kuah

Convert spec to use fast_spec_helper

parent afca7045
# frozen_string_literal: true # frozen_string_literal: true
require 'spec_helper' require 'fast_spec_helper'
require 'rubocop' require 'rubocop'
require 'rubocop/rspec/support' require 'rspec-parameterized'
require_relative '../../../rubocop/cop/static_translation_definition' require_relative '../../../rubocop/cop/static_translation_definition'
RSpec.describe RuboCop::Cop::StaticTranslationDefinition do RSpec.describe RuboCop::Cop::StaticTranslationDefinition, type: :rubocop do
include CopHelper include CopHelper
using RSpec::Parameterized::TableSyntax 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