Skip to content

Instantly share code, notes, and snippets.

@wm
Forked from bcardarella/gist:5201416
Last active December 15, 2015 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wm/5201434 to your computer and use it in GitHub Desktop.
Save wm/5201434 to your computer and use it in GitHub Desktop.
class Boston < Town
LAT = "30°4′E"
LNG = "29°41′S"
REFERENCE = "http://en.wikipedia.org/wiki/Boston,_KwaZulu-Natal"
end
require 'spec_helper'
describe 'Boston' do
context 'shitty weather' do
it { should_not happen(Infinity) }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment