Skip to content

Commit

Permalink
remove unneeded comments from api_user spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sibsmc authored Jan 12, 2020
1 parent ebb6ceb commit f4220a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/spec/requests/api/v1/api_users_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@
end
end

# context 'when email already in use' do
# let(:api_users.first

context 'invalid email' do
before { patch "/api/v1/api_users/#{api_user_id}/", params: {email: api_users.second.email} , as: :json}
Expand Down

0 comments on commit f4220a2

Please sign in to comment.