--- Test the <%= class_name %> strategy: !S::Suite contents: - good test 1: !S::RMatch test: !S::<%= class_name %> # ... match: - // # ... - // - // dont_match: - // # ... - // - // - bad test 1: !S::RMatch test: !S::<%= class_name %> # ... match: - // # ... - // - // dont_match: - // # ... - // - // - # ...