Module: RuboCop::RSpec::FactoryBot::Language
- Extended by:
- NodePattern::Macros
- Defined in:
- lib/rubocop/rspec/factory_bot/language.rb
Overview
Contains node matchers for common FactoryBot DSL.
Instance Method Summary collapse
Instance Method Details
#factory_bot?(node) ⇒ Object
11 12 13 |
# File 'lib/rubocop/rspec/factory_bot/language.rb', line 11 def_node_matcher :factory_bot?, <<~PATTERN (const {nil? cbase} {:FactoryGirl :FactoryBot}) PATTERN |