Skip to content

Commit 47d53b1

Browse files
committed
351 Clean Up
1 parent d4fed34 commit 47d53b1

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

plugins/subscription/link.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
module Automatic::Plugin
1010
class SubscriptionLink
1111
require 'open-uri'
12-
require 'nokogiri'
1312
require 'rss'
1413

1514
def initialize(config, pipeline=[])

spec/plugins/provide/fluentd_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{
3030
'host' => "localhost",
3131
'port' => "10000",
32-
'tag' => "automatic_test.provide_fluentd_spec"
32+
'tag' => "automatic_spec.provide_fluentd"
3333
},
3434
feeds
3535
)

spec/plugins/publish/fluentd_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
Automatic::Plugin::PublishFluentd.new(
1818
{
1919
'host' => "localhost",
20-
'port' => "9999",
21-
'tag' => "debug.forward"
20+
'port' => "10000",
21+
'tag' => "automatic_spec.publish_fluent"
2222
},
2323
AutomaticSpec.generate_pipeline{
2424
feed {

test/integration/test_fluentd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414
- module: PublishFluentd
1515
config:
1616
host: localhost
17-
port: 9999
18-
tag: automatic.feed
17+
port: 10000
18+
tag: automatic_test.publish_fluentd
1919

2020
# - module: PublishConsole

test/integration/test_xml2fluentd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins:
1515
config:
1616
host: localhost
1717
port: 10000
18-
tag: automatic.debug
18+
tag: automatic_test.provide_fluentd
1919

2020
# - module: PublishConsole
2121

0 commit comments

Comments
 (0)