# encoding: utf-8 module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version STRING = '1.2.2' end end end