class MatchesDescribeLine

Match a describe statement

Public Class Methods

===(item) click to toggle source
# File lib/matches_describe_line.rb, line 4
def self.===(item)
  item.include?('describe')
end