Skip to content

Instantly share code, notes, and snippets.

View samudary's full-sized avatar

Robyn-Dale Samuda samudary

View GitHub Profile
@samudary
samudary / capybara cheat sheet
Created July 10, 2017 11:15 — forked from zhengjia/capybara cheat sheet
capybara cheat sheet
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')
@samudary
samudary / .block
Created April 1, 2017 00:08
fresh block
license: mit
@samudary
samudary / drip_responsive_template.html
Created February 13, 2017 20:04 — forked from iantance/drip_responsive_template.html
Drip Responsive Template (Beta)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width"/>
<style type="text/css">
/**
* RESETS
*/
/* Based on The MailChimp Reset INLINE: Yes. */