diff --git a/.gitignore b/.gitignore index d6f2c5f5..24dfc55f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ tmp .idea .ruby-version .yardoc +.tool-versions diff --git a/spec/network_spec.rb b/spec/network_spec.rb index 7ad22a24..578a688d 100644 --- a/spec/network_spec.rb +++ b/spec/network_spec.rb @@ -517,6 +517,6 @@ %r{Request to http://.*/with_js failed \(net::ERR_INTERNET_DISCONNECTED\)} ) - expect(page.at_css("body").text).to match("No internet") + expect(page.at_css("body").text).to match("No Internet") end end