This commit is contained in:
Koichi TANAKA 2014-12-03 18:17:07 +09:00
parent 27807cf259
commit e1f142946f

View File

@ -16,9 +16,7 @@ describe 'dashboard' do
end
context 'fluentd is stop', stub: :daemon do
before do
visit '/'
end
before { visit '/' }
it do
page.should have_css('h1', text: I18n.t('fluentd.show.page_title'))