Commit 53932f43 authored by Robert Hunt's avatar Robert Hunt

Fix column typo and rename spec variables

parent 7298f073
...@@ -64,6 +64,7 @@ RSpec.shared_examples_for 'credentials inventory personal access tokens' do |gro ...@@ -64,6 +64,7 @@ RSpec.shared_examples_for 'credentials inventory personal access tokens' do |gro
expect(first_row.text).to include('2019-12-10') expect(first_row.text).to include('2019-12-10')
expect(first_row.text).to include('Never') expect(first_row.text).to include('Never')
expect(first_row.text).not_to include('2020-06-22') expect(first_row.text).not_to include('2020-06-22')
expect(first_row.text).not_to include('2020-06-22')
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment