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 end
context 'fluentd is stop', stub: :daemon do context 'fluentd is stop', stub: :daemon do
before do before { visit '/' }
visit '/'
end
it do it do
page.should have_css('h1', text: I18n.t('fluentd.show.page_title')) page.should have_css('h1', text: I18n.t('fluentd.show.page_title'))