Skip to content

Instantly share code, notes, and snippets.

View brunoguerra's full-sized avatar
🌌
Growing online businesses 🥇

Bruno Guerra brunoguerra

🌌
Growing online businesses 🥇
  • Blumenau, SC
View GitHub Profile

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
{
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"draw_indent_guides": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
@brunoguerra
brunoguerra / feature_capybara_dry.rb
Last active December 1, 2020 00:18
Dry up feature tests with capybara and classes utils
require 'spec_helper'
require File.expand_path('../contact_customers_page_util', __FILE__)
feature "Active CRM - Management Sell by Phone and e-mail", %{
As a Telemarketing Caller
I want to schedule calls before sales begins
In order to effective result cantancting customers by phone and e-mail
} do
#group target