Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

TM2 compatibility #40

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
====
Expand Down
2 changes: 1 addition & 1 deletion support/spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down