Skip to content

Releases: mogulla3/rspec.nvim

v1.4.0

15 Oct 23:34
3046821
Compare
Choose a tag to compare

What's Changed

  • Add new config option: ignored_dirs_on_jump by @mogulla3 in #4

Full Changelog: 1.3.0...1.4.0

v1.3.0

09 Sep 07:37
f2da341
Compare
Choose a tag to compare
  • 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.

Full Changelog: 1.2.1...1.3.0

v1.2.1

22 Oct 06:37
Compare
Choose a tag to compare
  • Fix a bug in checking the existence of directories in :RSpecJump command.

Full Changelog: 1.2.0...1.2.1

v1.2.0

22 Oct 02:36
2b614c2
Compare
Choose a tag to compare
  • 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

07 Oct 00:41
Compare
Choose a tag to compare
  • 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 via rspec.nvim.

Full Changelog: 1.0.0...1.1.0

v1.0.0

04 Oct 00:20
Compare
Choose a tag to compare

Initial release