A Pen by sunil.chatterji on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Paste this into your snippets file (in menu Atom > Open Your Snippets) | |
'.source.ruby': | |
'pry': | |
'prefix': 'pry' | |
'body': 'require "pry"\nbinding.pry' |
A Pen by Riaz Laskar on CodePen.
A Pen by Patrick Stillhart on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
{ "body": { "key": { "eldest_kid": "012064e8f8e4f0d32bc6cf5d41e6eaa42292f7152346403830147a2b9d307fcd58ee0a", "host": "keybase.io", "kid": "012064e8f8e4f0d32bc6cf5d41e6eaa42292f7152346403830147a2b9d307fcd58ee0a", "uid": "45f3a219849754f983e7b1071ad7ef00", "username": "jasonnoble" }, "merkle_root": {
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# | |
# Prerequisites: | |
# gem install bundler | |
# bundle install | |
dependencies = `bundle show | grep '*' | awk '{print $2, $3}' | sed -e 's/(//' -e 's/)//'`.split("\n") | |
dependencies.each do |dependency| | |
(gem_name, version) = dependency.split |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require_relative './path/to/sales_engine_test_setup' | |
class InvoiceRepositoryTest < Minitest::Test | |
include SalesEngineTestSetup | |
def setup | |
super | |
# Any additional setup needed for InvoiceRepository tests | |
end | |
- screenshots of scores will be posted in comments
- screenshots of completed sections will be posted in comments
https://gist.github.com/jasonnoble/c45a9e0c1a2e8dba8cac33d33985cd8d
NewerOlder