require'spec_helper'describeCi::BridgePresenterdoset(:project){create(:project)}set(:pipeline){create(:ci_pipeline,project: project)}set(:bridge){create(:ci_bridge,pipeline: pipeline,status: :failed)}subject(:presenter)dodescribed_class.new(bridge)endit'presents information about recoverable state'doexpect(presenter).tobe_recoverableendend