Add guilt-inducing pending specs for the set_hidden_field and submit_form methods
This commit is contained in:
parent
0619159bec
commit
17808cbfb4
|
@ -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
|
|
@ -0,0 +1,6 @@
|
||||||
|
require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
|
||||||
|
|
||||||
|
describe "submit_form" do
|
||||||
|
it "needs specs"
|
||||||
|
it "needs docs"
|
||||||
|
end
|
Loading…
Reference in New Issue