Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin development: Update test helper template #449

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

daipom
Copy link
Contributor

@daipom daipom commented Apr 6, 2023

@daipom
Copy link
Contributor Author

daipom commented Apr 6, 2023

I am also concerned about the following content.

**After:**
`test_helper.rb`
```ruby
require 'bundler/setup'
require 'test/unit'
$LOAD_PATH.unshift(File.join(__dir__, '..', 'lib'))
$LOAD_PATH.unshift(__dir__)
require 'fluent/test'
```

This may need to be updated as well, but we should consider it separately from this PR.

@ashie
Copy link
Member

ashie commented Apr 6, 2023

Thanks!

@daipom daipom deleted the fix-plugin-template branch April 6, 2023 09:49
@daipom
Copy link
Contributor Author

daipom commented Apr 6, 2023

Thanks for your review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants