Skip to content

Instantly share code, notes, and snippets.

@shostakovich
Created September 29, 2012 07:55
Show Gist options
  • Save shostakovich/3803457 to your computer and use it in GitHub Desktop.
Save shostakovich/3803457 to your computer and use it in GitHub Desktop.
Prime factor
describe PrimeFactorDecomposer do
include PrimeFactorDecomposer
it "returns no prime factors for 1" do
decompose(1).should be_empty
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment