foodsoft/test/unit/helpers/feeback_helper_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

4 lines
74 B
Ruby

require 'test_helper'
class FeebackHelperTest < ActionView::TestCase
end