Sha256: fa3f34ee046c895f3a8a3eca5e5a071a8730b70e746033ac88142eba095871c8

Contents?: true

Size: 116 Bytes

Versions: 6

Compression:

Stored size: 116 Bytes

Contents

# Match a describe statement
class MatchesDescribeLine
  def self.===(item)
    item.include?('describe')
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
aws-spec-etl-0.1.5 lib/matches_describe_line.rb
aws-spec-etl-0.1.4 lib/matches_describe_line.rb
aws-spec-etl-0.1.3 lib/matches_describe_line.rb
aws-spec-etl-0.1.2 lib/matches_describe_line.rb
aws-spec-etl-0.1.1 lib/matches_describe_line.rb
aws-spec-etl-0.1.0 lib/matches_describe_line.rb