@@ -99,6 +99,36 @@ mod tests {
9999 team_name: "Bar" . to_owned( ) ,
100100 disabled: false ,
101101 } ,
102+ Entry {
103+ path: "packs/bar/comp-colon.rb" . to_owned( ) ,
104+ github_team: "@BarColon" . to_owned( ) ,
105+ team_name: "BarColon" . to_owned( ) ,
106+ disabled: false ,
107+ } ,
108+ Entry {
109+ path: "packs/jscomponents/comp-colon.ts" . to_owned( ) ,
110+ github_team: "@FooColon" . to_owned( ) ,
111+ team_name: "FooColon" . to_owned( ) ,
112+ disabled: false ,
113+ } ,
114+ Entry {
115+ path: "ruby/app/views/foos/edit.erb" . to_owned( ) ,
116+ github_team: "@Foo" . to_owned( ) ,
117+ team_name: "Foo" . to_owned( ) ,
118+ disabled: false ,
119+ } ,
120+ Entry {
121+ path: "ruby/app/views/foos/show.html.erb" . to_owned( ) ,
122+ github_team: "@Bar" . to_owned( ) ,
123+ team_name: "Bar" . to_owned( ) ,
124+ disabled: false ,
125+ } ,
126+ Entry {
127+ path: "ruby/app/views/foos/_row.html.erb" . to_owned( ) ,
128+ github_team: "@Bam" . to_owned( ) ,
129+ team_name: "Bam" . to_owned( ) ,
130+ disabled: false ,
131+ } ,
102132 ] ,
103133 ) ;
104134 Ok ( ( ) )
@@ -116,6 +146,9 @@ mod tests {
116146 ( PathBuf :: from( "packs/jscomponents/comp.ts" ) , "Foo" . to_owned( ) ) ,
117147 ( PathBuf :: from( "packs/jscomponents/comp-colon.ts" ) , "FooColon" . to_owned( ) ) ,
118148 ( PathBuf :: from( "packs/bar/comp-colon.rb" ) , "BarColon" . to_owned( ) ) ,
149+ ( PathBuf :: from( "ruby/app/views/foos/edit.erb" ) , "Foo" . to_owned( ) ) ,
150+ ( PathBuf :: from( "ruby/app/views/foos/show.html.erb" ) , "Bar" . to_owned( ) ) ,
151+ ( PathBuf :: from( "ruby/app/views/foos/_row.html.erb" ) , "Bam" . to_owned( ) ) ,
119152 ] ) ,
120153 Source :: TeamFile ,
121154 ) ] ;
0 commit comments