forked from External/greenlight
Replaced checkbox with dropdown (#552)
This commit is contained in:
@ -212,7 +212,8 @@ describe RoomsController, type: :controller do
|
||||
|
||||
post :join, params: { room_uid: @room }
|
||||
|
||||
expect(response).to redirect_to(signin_path)
|
||||
expect(flash[:alert]).to be_present
|
||||
expect(response).to redirect_to(root_path)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user