Skip to content

Commit

Permalink
fixed cookie should include domain spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Dec 2, 2010
1 parent 6299d24 commit cece93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/cookies_spec.rb
Expand Up @@ -55,7 +55,7 @@
end

it "includes the domain" do
cookie.domain.should == "localhost"
["localhost", "127.0.0.1", "0.0.0.0"].include?(cookie.domain).should be_true
end

it "includes the path" do
Expand Down

0 comments on commit cece93c

Please sign in to comment.