标签: rspec capybara
我试着找到与Capybara一起检查的方法 当用户访问任何页面时,该协议会被更改: (在app / controllers / application.rb中我执行重定向到https而不是http) 怎么检查这个?
答案 0 :(得分:0)
试试这个:
current_url.should match /^https:/