⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (172 Bytes)
Bug #599
ยป t.rb
pragdave (Dave Thomas)
, 09/25/2008 07:45 AM
require
'test/unit'
class
ShowTestDifference
<
Test
::
Unit
::
TestCase
def
test_positive_logic
assert
false
end
def
test_negative_logic
refute
true
end
end
(1-1/1)
Loading...