Skip to content

Commit 772338b

Browse files
authored
Merge pull request #449 from daipom/fix-plugin-template
Plugin development: Update test helper template
2 parents b9ba13a + acc730b commit 772338b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin-development/plugin-test-code.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ You can write test code with any other testing framework such as `RSpec`, `minit
99
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:
1010

1111
```ruby
12-
$LOAD_PATH.unshift(File.expand_path("../../", __FILE__))
1312
require "test-unit"
1413
require "fluent/test"
1514
require "fluent/test/driver/output"

0 commit comments

Comments
 (0)