> For linked-list, > And you see the temp_dir rubygem dep is used for only > spec/archive_spec.rb context "::load" and "#write!". > > ``` > $ grep -r temp_dir spec/ > ``` > > spec/archive_spec.rb > > ``` Thanks that fixes the %check > context "::load" do > ... > end > > context "#write!" do > ... > end > ... > ``` > > You can adapt the way to comment out the specific lines like this. > > ``` > $ sed -i '/^ context "::load" do$/,/^ end$/ s/^/#/' > spec/archive_spec.rb > $ sed -i '/^ context "#write!" do$/,/^ end$/ s/^/#/' > spec/archive_spec.rb > ``` _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx