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