Method: RuboCop::Cop::RSpec::SpecFilePathSuffix#on_top_level_example_group
- Defined in:
- lib/rubocop/cop/rspec/spec_file_path_suffix.rb
permalink #on_top_level_example_group(node) ⇒ Object
[View source]
26 27 28 29 30 |
# File 'lib/rubocop/cop/rspec/spec_file_path_suffix.rb', line 26 def on_top_level_example_group(node) example_group?(node) do add_global_offense(MSG) unless correct_path? end end |