Releases: mogulla3/rspec.nvim
Releases · mogulla3/rspec.nvim
v1.4.0
v1.3.0
- Add force option to
:RSpecJump
command.- When you run the
:RspecJump!
command, if the test or production code inferred from the current buffer does not exist, it will create it and make the jump. - If there is more than one file to be inferred, the user chooses where to jump to.
- When you run the
Full Changelog: 1.2.1...1.3.0
v1.2.1
- Fix a bug in checking the existence of directories in :RSpecJump command.
Full Changelog: 1.2.0...1.2.1
v1.2.0
- Add
RSpecJump
command.- With this command, you can jump from the spec file to the product code file and vice versa!
Full Changelog: 1.1.0...1.2.0
v1.1.0
- Add
RSpecAbort
command.- This command interrupts a running rspec. If there is no rspec running, it will do nothing.
- This is useful if you have set up a debugger such as
binding.irb
and invoked rspec viarspec.nvim
.
Full Changelog: 1.0.0...1.1.0