Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.46 KB

CHANGES.md

File metadata and controls

13 lines (10 loc) · 1.46 KB

This file is intended to give a quick overview of important and potentially non-backward-compatible changes. Please refer to the git log for a full list of changes.

February, 2017

  • Support for RSpec 2 has been dropped from master. Please use the branch rspec2 instead.
  • The shortcut for “Run Again” has been changed from ⌥⌘R to ⌃⌥⌘R so it no longer overrides TextMate’s shortcut for Edit → Find → Find Behaviour → Regular Expression.

August, 2014

  • There is a new “Run Again” command, bound to ⌥⌘R. (“Run Last Example File” is still available but has no longer a shortcut by default.)
  • The shortcut for “Run Examples in selected files/directories” has changed to ⌥⇧⌘R.
  • “Run Examples in selected files/directories” now runs all examples in spec/ if nothing is selected (hint: use ⌘⇧A to quickly deselect all files and directories).
  • Drop support for TextMate 1 and RSpec 1. Please use the legacy version from the branch “rspec1-textmate1” if necessary.
  • Change shortcut for “Alternate File” from ⌃⇧↓ to ⌃⌥⇧↓. You can get back the old shortcut by opening the bundle editor (“Bundles → Edit Bundles”), navigating to “RSpec → Menu Actions → Alternate File” and setting “Key Equivalent” accordingly. See #57 for the reason of this change.