Skip to content

Commit 5737b93

Browse files
committed
Skip test for deprecated support of relative paths to render file:
1 parent 7300e06 commit 5737b93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/controller_specs/anonymous_controller.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Feature: anonymous controller
101101
When I run `rspec spec`
102102
Then the examples should all pass
103103

104+
# Deprecated support removed in https://github.com/rails/rails/commit/d52d7739468153bd6cb7c629f60bd5cd7ebea3eb
105+
@rails_pre_6
104106
Scenario: Specify error handling in `ApplicationController` with render :file
105107
Given a file named "spec/controllers/application_controller_spec.rb" with:
106108
"""ruby

0 commit comments

Comments
 (0)