method
matches_example_not_considering_modules?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
matches_example_not_considering_modules?(specified_example)
protected
Hide source
# File lib/spec/example/example_matcher.rb, line 21 def matches_example_not_considering_modules?(specified_example) specified_example =~ /(^#{example_group_regex_not_considering_modules} #{example_regexp}$|^#{example_group_regex_not_considering_modules}$|^#{example_regexp}$)/ end