We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44c2ce commit 6b8975aCopy full SHA for 6b8975a
spec/rspec/rails/fixture_file_upload_support_spec.rb
@@ -27,7 +27,7 @@ module RSpec::Rails
27
28
context 'ActionDispatch::TestProcess on Rails 6.1' do
29
it 'can read the file_fixture_path attribute' do
30
- expect(FixtureFileUploadSupport::RailsFixtureFileWrapper).to respond_to(:file_fixture_path)
+ expect(FixtureFileUploadSupport::RailsFixtureFileWrapper).to respond_to(:file_fixture_path)
31
end
32
33
0 commit comments