Skip to content

Instantly share code, notes, and snippets.

@copiousfreetime
Created March 29, 2009 18:09
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 copiousfreetime/87480 to your computer and use it in GitHub Desktop.
Save copiousfreetime/87480 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'testy'
Testy.testing "making the exit code 0 on failure" do
256.times do |x|
test "test #{x}" do |result|
result.check "test #{x}", :actual => true , :exepcted => false
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment