- Removed
ctrl+atl+n
keymap (command:rspec_create_module
) - Added a new build file that uses
bundle exec
- Fixed and improved new module-spec pair creation
- Minor typo / quotes fixes
- Package switched to use tag release
- Added the ability to find the spec/source file when multiple "root" folders exist in the project
- Build in spec file now auto choose rspec build (Thanks @osrocha)
- Added feature and scenario snippets (Thanks @jaredmoody)
- "subject" and "let" now highlight correctly, words like "subjective" and "letter" are no longer half highlighted
- Saving new file with RSpec filetype no longer prompts with ".spec.rb", not it's ".rb"
- Added "create new module" command to command palette, planning to remove the key binding <ctrl/super+alt+n>