Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdumitrescu/ruby-cucumber-snippets
Some Sublime Text 2 snippets for Ruby implementations of Cucumber step definitions and support code
https://github.com/tdumitrescu/ruby-cucumber-snippets
Last synced: about 1 month ago
JSON representation
Some Sublime Text 2 snippets for Ruby implementations of Cucumber step definitions and support code
- Host: GitHub
- URL: https://github.com/tdumitrescu/ruby-cucumber-snippets
- Owner: tdumitrescu
- Created: 2013-04-07T01:58:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T16:31:34.000Z (almost 11 years ago)
- Last Synced: 2024-10-17T21:43:21.782Z (2 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation
------------Put these files into your Sublime Text 2 user settings dir:
```
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/
mkdir Ruby && cd $_
git clone [email protected]:tdumitrescu/ruby-cucumber-snippets.git
```Update later by pulling latest changes from Github.