summaryrefslogtreecommitdiff
path: root/spec/features/admin/runners_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/admin/runners_spec.rb')
-rw-r--r--spec/features/admin/runners_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/runners_spec.rb b/spec/features/admin/runners_spec.rb
index 1df4875..56f81eb 100644
--- a/spec/features/admin/runners_spec.rb
+++ b/spec/features/admin/runners_spec.rb
@@ -42,7 +42,7 @@ describe "Admin Runners", feature: true do
end
describe 'runner info' do
- it { find_field('runner_token').value.should eq runner.token }
+ it { expect(find_field('runner_token').value).to eq runner.token }
end
describe 'projects' do