diff options
Diffstat (limited to 'spec/views/shared/runners')
-rw-r--r-- | spec/views/shared/runners/_runner_details.html.haml_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/shared/runners/_runner_details.html.haml_spec.rb b/spec/views/shared/runners/_runner_details.html.haml_spec.rb index 978750c8435..6e95f6e8075 100644 --- a/spec/views/shared/runners/_runner_details.html.haml_spec.rb +++ b/spec/views/shared/runners/_runner_details.html.haml_spec.rb @@ -46,7 +46,7 @@ RSpec.describe 'shared/runners/_runner_details.html.haml' do context 'when runner is of type project' do let(:runner) { create(:ci_runner, :project) } - it { is_expected.to have_content("Runner ##{runner.id} specific") } + it { is_expected.to have_content("Runner ##{runner.id} project") } end end |