Skip to content

Commit 6b8975a

Browse files
committed
Adjust spacing of expectation
1 parent a44c2ce commit 6b8975a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/rails/fixture_file_upload_support_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module RSpec::Rails
2727

2828
context 'ActionDispatch::TestProcess on Rails 6.1' do
2929
it 'can read the file_fixture_path attribute' do
30-
expect(FixtureFileUploadSupport::RailsFixtureFileWrapper).to respond_to(:file_fixture_path)
30+
expect(FixtureFileUploadSupport::RailsFixtureFileWrapper).to respond_to(:file_fixture_path)
3131
end
3232
end
3333

0 commit comments

Comments
 (0)