Skip to content

Instantly share code, notes, and snippets.

@hexgnu
Created August 4, 2014 22:39
Show Gist options
  • Save hexgnu/773075cdbf70c6de3fb6 to your computer and use it in GitHub Desktop.
Save hexgnu/773075cdbf70c6de3fb6 to your computer and use it in GitHub Desktop.
describe "Accuracy of Model" do
it "has an accuracy of at least 5%" do
assert error < 0.05
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment