diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-05-24 13:29:40 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-05-24 13:29:40 +0000 |
commit | ff9c54a32d860fbb609870570c16c2a5774d9e89 (patch) | |
tree | bf09590f0c8238e8ac675f3980b181c8a3f77b39 | |
parent | e8e6ecdef014d9c48211b06be288e17148cd438b (diff) |
* test/lib/minitest/.document: removed unused configuration. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | test/lib/minitest/.document | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Sat May 24 22:28:55 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com> + + * test/lib/minitest/.document: removed unused configuration. + Sat May 24 19:08:47 2014 Tanaka Akira <akr@fsij.org> * test/lib/minitest/spec.rb: Unused file removed. diff --git a/test/lib/minitest/.document b/test/lib/minitest/.document deleted file mode 100644 index 6850e5befb..0000000000 --- a/test/lib/minitest/.document +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore README.txt, it is included in the minitest documentation. -*.rb |