lib/rubocop/rspec/focused/version.rb



module RuboCop
  module RSpec
    module Focused
      VERSION = '0.1.0'
    end
  end
end