Sha256: 9f1442292cfc01c6a737ae6f85be618c07e0402b9b125f9dbba627bd7a412d4d
Contents?: true
Size: 487 Bytes
Versions: 1
Compression:
Stored size: 487 Bytes
Contents
require 'minitest/autorun' # We need to do this to test just the Ruby code. class Shoes class Types;end class Background;end class Border;end class Canvas;end class Check;end class Radio;end class EditLine;end class EditBox;end class Effect;end class Image;end class ListBox;end class Progress;end class Shape;end class TextBlock;end class Text;end end # from shoes/world.c DIR = File.expand_path(File.dirname(__FILE__)); require_relative '../lib/shoes'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-3.0.1 | test/test_helper.rb |