- Run tests in the current (or all) test files with the
rails test
command. - Run the test at the cursor position with the
rails test
command. - Navigate between a class and its test.
- Run all test files with the
rspec
command. - Correctly identify
_spec.rb
files as test files. - Include
_spec.rb
files when navigating between a class and its test. - MIT license.
- Updated command descriptions.