Sha256: 29cfadbb850484f6f65d272af75e52337e63fc9451cc1857271eaeef165af22d

Contents?: true

Size: 368 Bytes

Versions: 3

Compression:

Stored size: 368 Bytes

Contents

# encoding: utf-8

require 'rubocop'

require 'rubocop/rspec/version'
require 'rubocop/rspec/inject'

Rubocop::RSpec::Inject.defaults!

# We are housing ourselves directly into RuboCop's module structure. This is
# less than ideal, but until RuboCop directly supports plugins, we can avoid
# breaking too many assumptions.
require 'rubocop/cop/rspec/unit_spec_naming'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubocop-rspec-0.18.1 lib/rubocop-rspec.rb
rubocop-rspec-0.18.0 lib/rubocop-rspec.rb
rubocop-rspec-0.17.0 lib/rubocop-rspec.rb