Issues are tracked at https://github.com/roberts1000/rspec_n/issues. Issues marked as (Internal) only affect development.
- #124: Remove Ruby 3.0 support.
- #118: Use
db:schema:load
to prepare databases instead ofdb:migrate
.
- #105: Use
colorize ~> 1.1.0
. (Internal) - #108: Remove Ruby 2.7 support.
- #110: Add simple PR template.
- #112: Add Ruby 3.2 support.
- #114: Add Ruby 3.3 support.
- #53: Add support for a config file.
- #87: Add GitHub action workflow to check pull requests. (Internal)
- #93: Make Ruby 2.7.0 the min supported Ruby.
- #97: Add Ruby 3.1 support.
- #64: Use
pry
~> 0.14.0
. (Internal) - #66: Update ruby & bundler versions in
.travis.yml
. (Internal) - #68: Make Ruby 2.6.0 the minimum supported version.
- #73: Use
rake
~> 13.0
. (Internal) - #78: Require
Pathname
. - #83: Use
rubocop_plus
~> 2.0
. (Internal)
- #49: Make
--order project
work. - #55: Add
--dir
and--timestamp
output options. - #57: Redesign the
CHANGELOG.md
.
- #36: Add instructions for installing
rspec_n
in project Gemfiles. - #38: Stop
--order rand
from being added to the final command when a custom order is specified. - #41: Remove locking to a specify version of Ruby in development. (Internal)
- #43: Use
pry
0.12.x
for development. (Internal)
- #30: Make
-v
and--version
work again.
- #26: Write the command that was used to run rspec_n to the output files.
- #19: Add Result Counts column which shows the result counts for each run (e.g. "400 examples, 2 failures, 3 pending").
- #20: Accept an optional path argument, that is passed to RSpec, to target specs (e.g.
rspec_n 3 spec/features/example_spec.rb
,rspec_n spec/features/example_spec.rb:5
,rspec_n spec/features 4
). - #23: Rename the
Result Counts
column toResults
and remove the existingResults
column.