diff options
Diffstat (limited to 'lib/test/unit/test-unit.gemspec')
| -rw-r--r-- | lib/test/unit/test-unit.gemspec | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/test/unit/test-unit.gemspec b/lib/test/unit/test-unit.gemspec deleted file mode 100644 index 6c7d22379d..0000000000 --- a/lib/test/unit/test-unit.gemspec +++ /dev/null @@ -1,14 +0,0 @@ -# -*- ruby -*- - -Gem::Specification.new do |s| - s.name = "test-unit" - s.version = "#{RUBY_VERSION}.0" - s.homepage = "http://www.ruby-lang.org" - s.author = "Shota Fukumori" - s.email = "sorah@tubusu.net" - s.summary = "test/unit compatible API testing framework" - s.description = - "This library implements test/unit compatible API on minitest. " + - "The test/unit means that test/unit which was bundled with Ruby 1.8." - s.executables = ["testrb"] -end |
