Created
August 31, 2012 13:15
-
-
Save adamhunter/3552529 to your computer and use it in GitHub Desktop.
This file contains 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
it "returns the list of possible industries for this account" do | |
fake_industries = ['Deforester', 'Sludge Distillery'] # Captain Planet hates these | |
@cavs_api.stub(:industries).and_return(fake_industries) | |
estimator.industries.should eq(fake_industries) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"By your powers combined..." oh screw it, spec fails