Kaynağa Gözat

* No need to require test/unit in each testfile

tags/v0.99.beta14
Pascal Terjan pterjan 16 yıl önce
ebeveyn
işleme
f291d416db
5 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. +0
    -1
      ruby/t/tc_canvas.rb
  2. +0
    -1
      ruby/t/tc_display.rb
  3. +0
    -1
      ruby/t/tc_dither.rb
  4. +0
    -1
      ruby/t/tc_font.rb
  5. +0
    -1
      ruby/t/tc_frame.rb

+ 0
- 1
ruby/t/tc_canvas.rb Dosyayı Görüntüle

@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'

class TC_Canvas < Test::Unit::TestCase


+ 0
- 1
ruby/t/tc_display.rb Dosyayı Görüntüle

@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'

class TC_Canvas < Test::Unit::TestCase


+ 0
- 1
ruby/t/tc_dither.rb Dosyayı Görüntüle

@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'

class TC_Canvas < Test::Unit::TestCase


+ 0
- 1
ruby/t/tc_font.rb Dosyayı Görüntüle

@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'

class TC_Canvas < Test::Unit::TestCase


+ 0
- 1
ruby/t/tc_frame.rb Dosyayı Görüntüle

@@ -1,4 +1,3 @@
require 'test/unit'
require 'caca'

class TC_Frame < Test::Unit::TestCase


Yükleniyor…
İptal
Kaydet