Created
October 25, 2012 17:49
Revisions
-
dlikhten revised this gist
Oct 25, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,4 +11,4 @@ visit "/" - domain = localhost visit "/agent" - domain = www.example.com WTF is going on here? Please note, this is the domain the browser visits. Nothing to do with any redirections in my app. -
dlikhten created this gist
Oct 25, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ In capybara tests, I get the following situations: js - enabled tests visit "/" - domain = localhost visit "/agent" - domain = 127.0.0.1 js - disabled tests visit "/" - domain = localhost visit "/agent" - domain = www.example.com WTF is going on here?