diff --git a/README.markdown b/README.markdown index 6886823..727327f 100644 --- a/README.markdown +++ b/README.markdown @@ -3,10 +3,9 @@ Textmate Bundle for Cucumber This is the official TextMate bundle for Cucumber. Installation: - mkdir -p ~/Library/Application\ Support/TextMate/Bundles/ - cd ~/Library/Application\ Support/TextMate/Bundles + mkdir -p ~/Library/Application\ Support/Avian/Bundles/ + cd ~/Library/Application\ Support/Avian/Bundles git clone git://github.com/cucumber/cucumber-tmbundle.git Cucumber.tmbundle - osascript -e 'tell app "TextMate" to reload bundles' To install the color themes for the syntax highlighting, install them as follows: @@ -57,6 +56,7 @@ The Cucumber TM Bundle is currently maintained by Andrew Premdas. * **Ashley Moran** - Improved Align Table Cells command * **Jari Bakken** - Syntax Highlighting improvements, include support for @tags. * **Chris Hoffman** - Improved Step Definition grammar to handle string interpolation when calling other steps. +* **Rick Jones** - Updated to work with TextMate 2. TODO ==== diff --git a/support/spec/spec_helper.rb b/support/spec/spec_helper.rb index a0064e2..dc7ce09 100644 --- a/support/spec/spec_helper.rb +++ b/support/spec/spec_helper.rb @@ -1,7 +1,7 @@ require 'rubygems' require 'rspec/core' -ENV['TM_SUPPORT_PATH'] = '/Applications/TextMate.app/Contents/SharedSupport/Support' +ENV['TM_SUPPORT_PATH'] = '~/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared' unless ENV.has_key?('TM_BUNDLE_SUPPORT') RSpec.configure do |c| c.include(Module.new do