Skip to content

Commit 0c163ad

Browse files
authored
Merge pull request fluent#435 from camposer/patch-1
Add missing require statement for tests
2 parents 8305156 + 4e70535 commit 0c163ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin-development/api-plugin-input.md

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Fluentd also provides the test drivers for plugins. You can write tests for your
114114
# test/plugin/test_in_your_own.rb
115115

116116
require 'test/unit'
117+
require 'fluent/test'
117118
require 'fluent/test/driver/input'
118119

119120
# Your own plugin

0 commit comments

Comments
 (0)