Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 632 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 632 Bytes

Texmate bundle for Capybara

It contains snippets took from Webrat.tmbundle. And Cucumber-style DSL rspec macroses (feature, scenrio, background).

Install to TextMate

$ cd ~/Library/Application\ Support/TextMate/Bundles
$ git clone git://github.com/asux/Capybara.tmbundle.git

Install to Redcar Editor

$ mkdir -p ~/.redcar/Bundles
$ cd ~/.redcar/Bundles
$ git clone git://github.com/asux/Capybara.tmbundle.git
$ rm ~/.redcar/cache/textmate_bundles.cache

TODO

Update snippets with Actions, Matches, Queries, Scopes etc.