ruby-rspec-its 1.3.0
RSpec extension that provides the `its' method
RSpec::Its provides the its method as a short-hand to specify the expected value of an attribute. For example, one can use its(:size)\should eq(1)\
.
- Outputs:
out
- Website: https://github.com/rspec/rspec-its
- Licenses: Expat
- Package source: gnu/packages/ruby-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ruby-rspec-its 1.3.0
as follows:
guix install ruby-rspec-its@1.3.0
Or install the latest version:
guix install ruby-rspec-its
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.