Package gem-rspec: Information

    Source package: gem-rspec
    Version: 3.10.0-alt1
    Build time:  Sep 30, 2022, 02:40 PM in the task #300222
    Category: Development/Ruby
    Report package bug
    Home page: http://rspec.info/

    License: MIT
    Summary: RSpec meta-gem that depends on the other components
    Description: 
    rspec is a meta-gem, which depends on the rspec-core, rspec-expectations and
    rspec-mocks gems. Each of these can be installed separately and loaded in
    isolation using require. Among other benefits, this allows you to use
    rspec-expectations, for example, in Test::Unit::TestCase if you happen to prefer
    that style.
    
    Conversely, if you like RSpec's approach to declaring example groups and
    examples (describe and it) but prefer Test::Unit assertions and mocha, rr or
    flexmock for mocking, you'll be able to do that without having to install or
    load the components of RSpec that you're not using.

    List of rpms provided by this srpm:
    gem-rspec (noarch)
    gem-rspec-devel (noarch)
    gem-rspec-doc (noarch)


    List of contributors:
    Pavel Skrylev
    Andrey Cherepanov

      1. gem(rspec-core) >= 3.10.0
      2. gem(rspec-core) < 3.11
      3. gem(rspec-expectations) >= 3.10.0
      4. gem(rspec-expectations) < 3.11
      5. gem(rspec-mocks) >= 3.10.0
      6. gem(rspec-mocks) < 3.11
      7. rpm-build-ruby

    Last changed


    May 12, 2021 Pavel Skrylev 3.10.0-alt1
    - ^ 3.8.0 -> 3.10.0
    Feb. 26, 2019 Pavel Skrylev 3.8.0-alt3
    - Use Ruby Policy 2.0.
    Jan. 10, 2019 Pavel Skrylev 3.8.0-alt2
    - Place library into proper ruby gem folder.