Module: RuboCop::RSpec::FactoryBot
- Defined in:
- lib/rubocop/rspec/factory_bot.rb,
lib/rubocop/rspec/factory_bot/language.rb
Overview
RuboCop FactoryBot project namespace
Defined Under Namespace
Modules: Language
Class Method Summary collapse
Class Method Details
.attribute_defining_methods ⇒ Object
55 56 57 |
# File 'lib/rubocop/rspec/factory_bot.rb', line 55 def self.attribute_defining_methods ATTRIBUTE_DEFINING_METHODS end |
.reserved_methods ⇒ Object
59 60 61 |
# File 'lib/rubocop/rspec/factory_bot.rb', line 59 def self.reserved_methods RESERVED_METHODS end |