Commit 9ad3e281 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offenses in environments specs

parent c2ec3027
...@@ -112,7 +112,6 @@ feature 'Environments page', :js do ...@@ -112,7 +112,6 @@ feature 'Environments page', :js do
given!(:deployment) do given!(:deployment) do
create(:deployment, environment: environment, create(:deployment, environment: environment,
sha: project.commit.id) sha: project.commit.id)
end end
it 'shows deployment SHA and internal ID' do it 'shows deployment SHA and internal ID' do
......
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