summaryrefslogtreecommitdiff
path: root/spec/helpers/runners_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/runners_helper_spec.rb')
-rw-r--r--spec/helpers/runners_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/runners_helper_spec.rb b/spec/helpers/runners_helper_spec.rb
index 042714d002e..831369b7db9 100644
--- a/spec/helpers/runners_helper_spec.rb
+++ b/spec/helpers/runners_helper_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe RunnersHelper do
+RSpec.describe RunnersHelper do
it "returns - not contacted yet" do
runner = FactoryBot.build :ci_runner
expect(runner_status_icon(runner)).to include("not connected yet")