Remove flash expectation that no longer happens

pull/6827/head
Oliver Günther 8 years ago
parent 5e96a17659
commit cb240cb3f7
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 4
      spec/requests/openid_connect_spec.rb

@ -105,10 +105,6 @@ describe 'OpenID Connect' do
expect(response.status).to be 302
expect(response.location).to match /\/login$/
##
# it should have created an account waiting to be activated
expect(flash[:notice]).to match /account.*created/
user = User.find_by_mail(user_info[:email])
expect(user).not_to be nil

Loading…
Cancel
Save