Skip to content

Instantly share code, notes, and snippets.

@adamhunter
Created August 31, 2012 13:15
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 adamhunter/3552529 to your computer and use it in GitHub Desktop.
Save adamhunter/3552529 to your computer and use it in GitHub Desktop.
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
@seancribbs
Copy link

"By your powers combined..." oh screw it, spec fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment