Closed ZP-AlwaysWin closed 5 years ago
Under gems or bundle directory in your ruby. Use find or other command to get full path.
Under gems or bundle directory in your ruby. Use find or other command to get full path.
thanks your reply,I find it in gems directory in my ruby. but I want find unit testing
but I want find unit testing
test files are under test directory in gem directory.
$ gem info fluent-plugin-s3
*** LOCAL GEMS ***
fluent-plugin-s3 (0.8.5)
Authors: Sadayuki Furuhashi, Masahiro Nakagawa
Homepage: https://github.com/fluent/fluent-plugin-s3
License: Apache-2.0
Installed at: ~/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0 # here
Amazon S3 output plugin for Fluentd event collector
$ ls ${Installed at}/gems/fluent-plugin-s3-0.8.5/test/
here is my local env example.
$ ls ~/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/fluent-plugin-s3-0.8.5/test/
For example:
gem 'fluent-plugin-s3' version '0.8.5'
Is there a source code for this version 0.8.5