Sha256: 854ea2dd1413610f58f6edefacbeecb68227a3268746128b7c1b1d2062ad3a4d

Contents?: true

Size: 461 Bytes

Versions: 8

Compression:

Stored size: 461 Bytes

Contents

#
# test/unit/bio/test_shell.rb - Unit test for Bio::Shell
#
# Copyright::  Copyright (C) 2005 Mitsuteru Nakao <n@bioruby.org>
# License::    The Ruby License
#
#  $Id:$
#

# loading helper routine for testing bioruby
require 'pathname'
load Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 2,
                            'bioruby_test_helper.rb')).cleanpath.to_s

# libraries needed for the tests
require 'test/unit'
require 'bio/shell'

module Bio
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bio-1.5.2 test/unit/bio/test_shell.rb
bio-1.5.1 test/unit/bio/test_shell.rb
bio-1.5.0 test/unit/bio/test_shell.rb
bio-1.4.3.0001 test/unit/bio/test_shell.rb
bio-1.4.3 test/unit/bio/test_shell.rb
bio-1.4.2 test/unit/bio/test_shell.rb
bio-1.4.1 test/unit/bio/test_shell.rb
bio-1.4.0 test/unit/bio/test_shell.rb