Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@flsafe
Created March 6, 2012 18:42
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 flsafe/1988105 to your computer and use it in GitHub Desktop.
Save flsafe/1988105 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe CustomerZipCode
describe "#import_businesses" do
it "queries the spelunkerUBL data api"
it "builds a business for each record returned from the spelunkerUBL data"
it "normalizes each business returned from the spelunkerUBL data"
it "categorizes each business return from the spelunkerUBL data"
it "saves each business built from the spelunkerUBL data"
context "a business from the splunkerUBL data already exists and is has a paid listing" do
it "updates the business ubl_id property"
end
end
en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment