Sublime text 2 snippet for calabash-ios-ruby-api
Checkout or clone this project in the folder
/Users//Library/Application Support/Sublime Text 2/Packages/User/
Type some codes in sublime like
give <tab>
and the autocomplete should show up as
Given /^expression$/ do
code
end