Skip to content

Commit 5604d36

Browse files
author
sskim
committed
remove unnecessary setup
1 parent 504e718 commit 5604d36

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/plugin/test_in_http_pull.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44
require 'ostruct'
55

66
class HttpPullInputTestDefaultOptions < Test::Unit::TestCase
7-
@stub_server = nil
8-
9-
setup do
10-
@stub_server = StubServer.new
11-
@stub_server.start
12-
end
13-
14-
teardown do
15-
@stub_server.shutdown
16-
end
17-
187
sub_test_case "default value of each options" do
198
TEST_DEFAULT_VALUE_CONFIG = %[
209
tag test

0 commit comments

Comments
 (0)