No commit activity in last 3 years
No release in over 3 years
Cider-CI support for Rspec
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
~> 10.0

Runtime

~> 3.1
< 4.0.0, >= 3.0.0
 Project Readme

Cider-CI Support for Rspec

This gem provides convenience executables to work with Rspec and Cider-CI.

See also Cider-CI Support for Ruby and Ruby on Rails.

Installation

Add this line to your application's Gemfile:

gem 'cider_ci-rspec_support', '~> 1.0.0'

Usage

Update

bundle exec cider-ci_rspec-support update spec/

This will read all specs and update or create the corresponding Cider-CI tasks in ./cider-ci/tasks/rspec-tasks.yml and ./cider-ci/tasks/rspec-feature-tasks.yml respectively. The target files can be configured, try

bundle exec cider-ci_rspec-support --help

Check

bundle exec cider-ci_rspec-support check spec/

This will check if an update is required. It will print out a warning and exit with non zero if so. It is recommended to use this command in a Cider-CI task to tests if the specification is up to date.