webrat/spec/integration/merb/app/controllers/testing.rb

10 lines
97 B
Ruby

class Testing < Application
def show_form
render
end
def submit_form
end
end