This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* No need to require test/unit in each testfile
tags/v0.99.beta14
Pascal Terjan
pterjan
16 years ago
parent
4cda200b03
commit
f291d416db
5 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
ruby/t/tc_canvas.rb
+0
-1
ruby/t/tc_display.rb
+0
-1
ruby/t/tc_dither.rb
+0
-1
ruby/t/tc_font.rb
+0
-1
ruby/t/tc_frame.rb
+ 0
- 1
ruby/t/tc_canvas.rb
View File
@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'
class TC_Canvas < Test::Unit::TestCase
+ 0
- 1
ruby/t/tc_display.rb
View File
@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'
class TC_Canvas < Test::Unit::TestCase
+ 0
- 1
ruby/t/tc_dither.rb
View File
@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'
class TC_Canvas < Test::Unit::TestCase
+ 0
- 1
ruby/t/tc_font.rb
View File
@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'
class TC_Canvas < Test::Unit::TestCase
+ 0
- 1
ruby/t/tc_frame.rb
View File
@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'
class TC_Frame < Test::Unit::TestCase
Write
Preview
Loading…
Cancel
Save