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

Fix tag rewrite and switch to minitest #5

Merged
merged 1 commit into from
Jan 8, 2016
Merged

Conversation

dlackty
Copy link
Collaborator

@dlackty dlackty commented Jan 8, 2016

This should close #4.

def create_driver(conf = CONFIG)
Fluent::Test::OutputTestDriver.new(Fluent::RemoteSyslogOutput) {}.configure(conf)
def create_driver(conf = CONFIG, tag = "test.remote_syslog")
Fluent::Test::OutputTestDriver.new(Fluent::RemoteSyslogOutput, tag) {}.configure(conf)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [90/80]

dlackty added a commit that referenced this pull request Jan 8, 2016
Fix tag rewrite and switch to minitest
@dlackty dlackty merged commit 291bfaf into master Jan 8, 2016
@dlackty dlackty deleted the fix-up-tag-rewrite branch January 8, 2016 16:40
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.

Tag Rewrites Don't Work
2 participants