Sha256: d33e4cfbb6b0bec7ec2b66f2a882f7c38f842f1103b6cb75a53fa114f8adba8a

Contents?: true

Size: 451 Bytes

Versions: 3

Compression:

Stored size: 451 Bytes

Contents

# Include the test helper
require File.dirname(__FILE__) + '/../test_helper'

# Test class for the species class
class TestSpecies < Test::Unit::TestCase
	
	# Create a comprehensive list of known species.
	def setup
		list = setup_species
		@dimensions = list[:dimensions]
		@inputs = list[:inputs]
		@outputs = list[:outputs]
		@patterns = list[:patterns]
		@prefixes = list[:prefixes]
		@species = list[:species]
	end
	
	def test_nothing
	end
	
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bones-compiler-1.6.0 test/bones/test_species.rb
bones-compiler-1.3.1 test/bones/test_species.rb
bones-compiler-1.1.0 test/bones/test_species.rb