foodsoft/test/functional/feedback_controller_test.rb

9 lines
167 B
Ruby
Raw Normal View History

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