summaryrefslogtreecommitdiff
path: root/spec/features/admin/runners_spec.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-08-30 19:10:53 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-08-30 19:12:55 -0400
commit77053a6c217e06770a348ac989992afbd41697f6 (patch)
tree11df50675162be2045777c1f59c312d359e0d6cf /spec/features/admin/runners_spec.rb
parent74b995d17b095e326177e7c0e452f0df3a1ab885 (diff)
downloadgitlab-ci-rs-rspec3.tar.gz
Convert to RSpec3 syntax via transpecrs-rspec3
Command: transpec -c 'bundle exec rspec spec -t ~feature' \ -o should,oneliner,should_receive
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