Created
March 6, 2012 18:42
-
-
Save flsafe/1988105 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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