spec/integration/integration_spec.rb in draper-1.0.0.beta6 vs spec/integration/integration_spec.rb in draper-1.0.0

- old
+ new

@@ -20,14 +20,14 @@ it "can use path helpers with an id" do page.should have_text("/en/posts/1").in("#path_with_id") end it "can use url helpers with a model" do - page.should have_text("http://www.example.com/en/posts/1").in("#url_with_model") + page.should have_text("http://www.example.com:12345/en/posts/1").in("#url_with_model") end it "can use url helpers with an id" do - page.should have_text("http://www.example.com/en/posts/1").in("#url_with_id") + page.should have_text("http://www.example.com:12345/en/posts/1").in("#url_with_id") end end end end