Skip to content

Instantly share code, notes, and snippets.

@jmaskell
jmaskell / stockerytest
Created October 3, 2012 20:01
Stockery test
require 'rubygems'
require 'rspec'
require 'stockery'
describe Stockery::Quote do
before(:each) do
stock_quote = Stockery::Quote.new
stock_quote.source = Stockery::GOOGLE
@stock = stock_quote.get_status("BP")
end
https://www.dropbox.com/l/zdkD124RM5u2xbwjRDELSe
### Keybase proof
I hereby claim:
* I am jmaskell on github.
* I am jmaskell (https://keybase.io/jmaskell) on keybase.
* I have a public key whose fingerprint is 6846 A30F BB45 A81E 5C28 8D45 744F 769E 460D 51C2
To claim this, I am signing this object:
@jmaskell
jmaskell / Brewfile
Last active December 6, 2022 16:23
tap "homebrew/core"
tap "homebrew/bundle"
tap "homebrew/services"
tap "caskroom/cask"
brew "git"
brew "mas"
brew "wget"
cask "1password"
cask "alfred"
cask "atom"
#!/bin/sh
# Install Command Line Tools
xcode-select --install
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Mac App Store command line
brew install mas