File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 )
1414
1515 expect ( book . ms_entries ) . to contain_exactly (
16- a_hash_including ( "index_uid" => safe_index_uid ( ' SecuredBook' ) ) ,
17- a_hash_including ( "index_uid" => safe_index_uid ( ' BookAuthor' ) ) ,
18- a_hash_including ( "index_uid" => safe_index_uid ( ' Book' ) ) ,
16+ a_hash_including ( "index_uid" => / SecuredBook/ ) ,
17+ a_hash_including ( "index_uid" => / BookAuthor/ ) ,
18+ a_hash_including ( "index_uid" => / Book/ ) ,
1919 )
2020 end
2121
2727 )
2828
2929 expect ( book . ms_entries ) . to contain_exactly (
30- a_hash_including ( "index_uid" => safe_index_uid ( ' SecuredBook' ) ) ,
31- a_hash_including ( "index_uid" => safe_index_uid ( ' BookAuthor' ) ) ,
30+ a_hash_including ( "index_uid" => / SecuredBook/ ) ,
31+ a_hash_including ( "index_uid" => / BookAuthor/ ) ,
3232 # also includes book's id as if it was a public book
33- a_hash_including ( "index_uid" => safe_index_uid ( ' Book' ) ) ,
33+ a_hash_including ( "index_uid" => / Book/ ) ,
3434 )
3535 end
3636
You can’t perform that action at this time.
0 commit comments