From 8280e1ff5c37c19e68fdc0bc23641c56157717d1 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 21 Jun 2024 00:08:05 +0200 Subject: [PATCH] Replace responds by cascades --- spec/integration/rails/mounting_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/rails/mounting_spec.rb b/spec/integration/rails/mounting_spec.rb index ade59e7463..3d8288b939 100644 --- a/spec/integration/rails/mounting_spec.rb +++ b/spec/integration/rails/mounting_spec.rb @@ -39,7 +39,7 @@ app.initialize! end - it 'responds' do + it 'cascades' do get '/test_grape' expect(last_response).to be_successful expect(last_response.body).to eq('rails mounted')