Skip to content

Commit

Permalink
Plugin development: Update test helper template
Browse files Browse the repository at this point in the history
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
  • Loading branch information
daipom committed Apr 6, 2023
1 parent b9ba13a commit acc730b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin-development/plugin-test-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ You can write test code with any other testing framework such as `RSpec`, `minit
Fluentd provides useful Test Drivers according to plugin type. We can write maintainable test code for plugins using them. We can write helper.rb for output plugin as follows:

```ruby
$LOAD_PATH.unshift(File.expand_path("../../", __FILE__))
require "test-unit"
require "fluent/test"
require "fluent/test/driver/output"
Expand Down

0 comments on commit acc730b

Please sign in to comment.