Skip to content

Commit

Permalink
[frontend] Fix rubocop EmptyLineAfterExampleGroup & EmptyLineAfterHook
Browse files Browse the repository at this point in the history
violations. Introduced by broken Travis test suite.
  • Loading branch information
ChrisBr committed Jun 19, 2018
1 parent f7962f6 commit ab47dc2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

it { expect(response).to be_success }
end

context 'when the project doesnt exist' do
before do
login user
Expand All @@ -30,6 +31,7 @@
put :update, params: { project: remote_project.name,
comment: 'Updated by test', format: :xml }
end

it { expect(response).to be_forbidden }
end

Expand Down

0 comments on commit ab47dc2

Please sign in to comment.