Correctly fix feature spec

This commit is contained in:
uu59 2014-07-30 17:13:34 +09:00
parent 24899b7a6a
commit 1c8cc67424
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ describe "out_forward" do
before do
Fluentd.stub(:instance).and_return(daemon)
daemon.stub(:detached_command).and_return(true)
Fluentd::Agent::TdAgent.any_instance.stub(:detached_command).and_return(true)
daemon.agent.config_write ""
visit '/sessions/new'

View File

@ -7,7 +7,7 @@ describe "out_td" do
before do
Fluentd.stub(:instance).and_return(daemon)
daemon.stub(:detached_command).and_return(true)
Fluentd::Agent::TdAgent.any_instance.stub(:detached_command).and_return(true)
daemon.agent.config_write ""
visit '/sessions/new'