Sha256: f3b017c5715648a3cec43c74ca819d9ee5359f16f983d6473c8a4208d590729f

Contents?: true

Size: 441 Bytes

Versions: 18

Compression:

Stored size: 441 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: test_shell.rb,v 1.7 2007/04/05 23:35:42 trevor Exp $
#

require 'pathname'
libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 3, 'lib')).cleanpath.to_s
$:.unshift(libpath) unless $:.include?(libpath)

require 'test/unit'
require 'bio/shell'

module Bio
end

Version data entries

18 entries across 18 versions & 5 rubygems

Version Path
bioruby-bio-1.2.9.9001 test/unit/bio/test_shell.rb
bioruby-bio-1.2.9.9501 test/unit/bio/test_shell.rb
bioruby-bio-1.3.0.5000 test/unit/bio/test_shell.rb
bioruby-bio-1.3.0.9901 test/unit/bio/test_shell.rb
bioruby-bio-1.3.0 test/unit/bio/test_shell.rb
bioruby-bio-1.3.1.5000 test/unit/bio/test_shell.rb
jandot-bio-1.2.1 test/unit/bio/test_shell.rb
ngoto-bio-1.2.9.9001 test/unit/bio/test_shell.rb
ngoto-bio-1.2.9.9501 test/unit/bio/test_shell.rb
ngoto-bio-1.3.0.5000 test/unit/bio/test_shell.rb
ngoto-bio-1.3.0 test/unit/bio/test_shell.rb
ngoto-bio-1.3.1.5000 test/unit/bio/test_shell.rb
wwood-bioruby-1.2.11 test/unit/bio/test_shell.rb
bio-1.3.1 test/unit/bio/test_shell.rb
bio-1.1.0 test/unit/bio/test_shell.rb
bio-1.2.1 test/unit/bio/test_shell.rb
bio-1.2.0 test/unit/bio/test_shell.rb
bio-1.3.0 test/unit/bio/test_shell.rb