foodsoft/test/functional/feedback_controller_test.rb
Benjamin Meichsner c7e37fc7b2 Added possibility to give feedbacks via ajax form. Closes #2
* Feedback message will send to error_recipients, configured in app_config.yml
2009-08-04 15:22:11 +02:00

8 lines
167 B
Ruby

require 'test_helper'
class FeebackControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end