Add guilt-inducing pending specs for the set_hidden_field and submit_form methods
This commit is contained in:
parent
0619159bec
commit
17808cbfb4
6
spec/api/set_hidden_field_spec.rb
Normal file
6
spec/api/set_hidden_field_spec.rb
Normal 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
|
6
spec/api/submit_form_spec.rb
Normal file
6
spec/api/submit_form_spec.rb
Normal 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
|
Loading…
Reference in New Issue
Block a user