Пакет ruby-rspec: Информация

    Бинарный пакет: ruby-rspec
    Версия: 3.8.0-alt3
    Архитектура: noarch
    Собран:  18 июня 2020 г. 9:25 в задании #247371
    Исходный пакет: ruby-rspec
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: http://rspec.info/

    Лицензия: MIT
    О пакете: RSpec meta-gem that depends on the other components
    Описание: 
    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.

    Сопровождающий: Ruby Maintainers Team

    Список участников:
    Pavel Skrylev
    Andrey Cherepanov

    Последнее изменение


    26 февраля 2019 г. Pavel Skrylev 3.8.0-alt3
    - Use Ruby Policy 2.0.
    10 января 2019 г. Pavel Skrylev 3.8.0-alt2
    - Place library into proper ruby gem folder.
    17 сентября 2018 г. Andrey Cherepanov 3.8.0-alt1
    - New version.