Skip to content

Instantly share code, notes, and snippets.

@adamhunter
Created August 31, 2012 13:15
Show Gist options
  • Select an option

  • Save adamhunter/3552529 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

"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