Flowdock
method

matches_example_not_considering_modules?

Importance_0
matches_example_not_considering_modules?(specified_example) protected

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/example/example_matcher.rb, line 20
      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
Register or log in to add new notes.