Add guilt-inducing pending specs for the set_hidden_field and submit_form methods

This commit is contained in:
Bryan Helmkamp 2008-11-28 03:02:07 -05:00
parent 0619159bec
commit 17808cbfb4
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
describe "set_hidden_field" do
it "needs specs"
it "needs docs"
end

View File

@ -0,0 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
describe "submit_form" do
it "needs specs"
it "needs docs"
end