faq/test/controllers/admin/faqs_controller_test.rb

10 lines
168 B
Ruby
Raw Normal View History

2014-05-05 07:57:25 +00:00
require 'test_helper'
class Admin::FaqsControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end