File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 476476 expect ( sub [ :category ] ) . not_to be_blank
477477 expect ( sub [ :theme ] ) . not_to be_blank
478478 expect ( sub [ :species ] ) . not_to be_blank
479- expect ( sub [ :gender ] ) . not_to be_blank
479+ expect ( sub [ :gender ] ) . to be_blank
480480 expect ( sub [ :favorites ] ) . to match ( /[0-9]+/ )
481481 expect ( sub [ :favorites ] . to_i ) . to be_positive
482482 expect ( sub [ :comments ] ) . to match ( /[0-9]+/ )
657657 expect ( sub [ :category ] ) . not_to be_blank
658658 expect ( sub [ :theme ] ) . not_to be_blank
659659 expect ( sub [ :species ] ) . not_to be_blank
660- expect ( sub [ :gender ] ) . not_to be_blank
660+ expect ( sub [ :gender ] ) . to be_blank
661661 expect ( sub [ :favorites ] ) . to match ( /[0-9]+/ )
662662 expect ( sub [ :favorites ] . to_i ) . to be >= 0
663663 expect ( sub [ :comments ] ) . to match ( /[0-9]+/ )
757757 expect ( sub [ :category ] ) . not_to be_blank
758758 expect ( sub [ :theme ] ) . not_to be_blank
759759 expect ( sub [ :species ] ) . not_to be_blank
760- expect ( sub [ :gender ] ) . not_to be_blank
760+ expect ( sub [ :gender ] ) . to be_blank
761761 expect ( sub [ :favorites ] ) . to match ( /[0-9]+/ )
762762 expect ( sub [ :favorites ] . to_i ) . to be_positive
763763 expect ( sub [ :comments ] ) . to match ( /[0-9]+/ )
You can’t perform that action at this time.
0 commit comments