Skip to content

Commit

Permalink
Replace responds by cascades
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Jun 20, 2024
1 parent 0ff0dbb commit 8280e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/rails/mounting_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8280e1f

Please sign in to comment.