Skip to content

Instantly share code, notes, and snippets.

@reinh
Created July 1, 2010 21:28
Show Gist options
  • Select an option

  • Save reinh/460595 to your computer and use it in GitHub Desktop.

Select an option

Save reinh/460595 to your computer and use it in GitHub Desktop.
suite "Testing floats" do
exercise { 0.18 - 0.01 }
verify != 0.17
verify.within_delta 0.001
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment