1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

When using rack-test 2, we no longer need to send NilUploadedFile to trigger multipart

This commit is contained in:
Thomas Walpole 2022-06-12 11:05:22 -07:00
parent 6cba8b4b5a
commit a3ff5514f4
9 changed files with 76 additions and 11 deletions

View file

@ -7,6 +7,8 @@ gemspec
gem 'xpath', github: 'teamcapybara/xpath'
# gem 'rack-test', github: 'rack/rack-test'
group :doc do
gem 'redcarpet', platforms: :mri
end