Un-pending spec that now works
This commit is contained in:
parent
8a4a7a328f
commit
1d5ec1aff9
@ -3,7 +3,6 @@ require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper")
|
|||||||
|
|
||||||
describe "field_with_id" do
|
describe "field_with_id" do
|
||||||
it "should work when there is a single quote in the ID" do
|
it "should work when there is a single quote in the ID" do
|
||||||
pending "needs bug fix" do
|
|
||||||
with_html <<-HTML
|
with_html <<-HTML
|
||||||
<html>
|
<html>
|
||||||
<form>
|
<form>
|
||||||
@ -15,4 +14,3 @@ describe "field_with_id" do
|
|||||||
field_with_id("user's name").id.should == "user's name"
|
field_with_id("user's name").id.should == "user's name"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
Loading…
Reference in New Issue
Block a user