Project

calcifer

0.0
No release in over a year
This gem helps to find class test files related to pending changes in git.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 10.0
~> 3.0
~> 1.25

Runtime

~> 0.5.7
 Project Readme

Calcifer

Calcifer helps you find test files that are directly related to the files you changed.

Installation

Add this line to your application's Gemfile:

gem 'calcifer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install calcifer

Usage

To search for related files using uncommitted changes, just do the following

$ bundle exec calcifer | xargs bundle exec rspec

To search for related files using the other branch changes as a reference, just do the following

$ bundle exec calcifer -b 'branch_name' | xargs bundle exec rspec

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/GustavoDuarteM/calcifer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Calcifer project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.