I hereby claim:
- I am jackiekircher on github.
- I am jackiekircher (https://keybase.io/jackiekircher) on keybase.
- I have a public key whose fingerprint is 83A4 6014 8ABF A3BD 570F 417B 7AAB B598 EAAE 3F53
To claim this, I am signing this object:
| { | |
| "tickrate":"1000", | |
| "backgroundColor":"#121212", | |
| "fillColor":"#4b636f", | |
| "fillColor2":"#af2d3d", | |
| "blendColor":"#af2d3d", | |
| "buzzColor":"#000000", | |
| "quietColor":"#000000", | |
| "shiftQuirks":false, | |
| "loadStoreQuirks":true, |
I hereby claim:
To claim this, I am signing this object:
| {"tickrate":"200","fillColor":"#FFFFFF","backgroundColor":"#555555","buzzColor":"#FFFFFF","quietColor":"#000000","shiftQuirks":false,"loadStoreQuirks":false} |
| # RSpec 2.0 syntax Cheet Sheet by http://ApproachE.com | |
| # defining spec within a module will automatically pick Player::MovieList as a 'subject' (see below) | |
| module Player | |
| describe MovieList, "with optional description" do | |
| it "is pending example, so that you can write ones quickly" | |
| it "is already working example that we want to suspend from failing temporarily" do | |
| pending("working on another feature that temporarily breaks this one") |