Skip to content

Instantly share code, notes, and snippets.

View jwhitmire's full-sized avatar

Jeff Whitmire jwhitmire

View GitHub Profile
@jwhitmire
jwhitmire / pending snippet 3
Created November 23, 2009 18:00
pending snippet 1
describe "Test some object with pending tests" do
it "should make sure 2 + 2 = 4" do
4.should == (2 + 2)
end
it "should make sure the second derivative of something calcs fine"
end
@jwhitmire
jwhitmire / pending snippet 3
Created November 23, 2009 17:56
pending snippet 3
describe "Test some object with pending tests" do
it "should make sure 2 + 2 = 4" do
4.should == (2 + 2)
end
it "should follow the rules of basic arithmetic" do
4.should be < 5
9.should_not == 76
3.should == (1 + 1)
end
@jwhitmire
jwhitmire / pending snippet 4
Created November 23, 2009 18:03
pending snippet 4
describe "Test some object with pending tests" do
it "should make sure 2 + 2 = 4" do
4.should == (2 + 2)
end
it "should follow the rules of basic arithmetic" do
4.should be < 5
9.should_not == 76
pending "need to alter the rules of the universe to make this happen" do
@jwhitmire
jwhitmire / pending snippet 2
Created November 23, 2009 16:43
pending snippet 2
describe "Test some object with pending tests" do
it "should make sure 2 + 2 = 4" do
4.should == (2 + 2)
end
it "should make sure the second derivative of something calcs fine" do
pending "This test can’t be implemented until derivatives make sense to me"
end
end
###################################
# This rails template shamelessly started from one provided by BJ Clark. Thanks man.
# http://www.scidept.com && http://bjclark.me
###################################
run "echo TODO > README"
gem 'rspec', :source => "http://gems.github.com", :lib => "spec"
gem 'rspec-rails', :source => "http://gems.github.com", :lib => "spec/rails"
gem 'cucumber'
; NS Records
@ 3600 IN NS ns51.domaincontrol.com
@ 3600 IN NS ns52.domaincontrol.com
; A Records
@ 3600 IN A 67.23.34.123
; CNAME Records
calendar 3600 IN CNAME ghs.google.com.
set :user, "jeff"
set :application, "pdnet"
set :repository, "git@github.com:jwhitmire/#{application}.git"
set :use_sudo, false
set :deploy_to, "/home/#{user}/sites/#{application}"
set :scm, "git"
set :branch, "master"
set :git_shallow_clone, 1
set :deploy_via, :remote_cache
set :repository_cache, "cached-copy"

Keybase proof

I hereby claim:

  • I am jwhitmire on github.
  • I am jwhitmire (https://keybase.io/jwhitmire) on keybase.
  • I have a public key whose fingerprint is BC6C 26FC 75D0 6810 81CD 23C5 5F68 7194 00D3 44F0

To claim this, I am signing this object: