Re: Help with rubygem packaging

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux