gallery/test/controllers/admin/galleries_controller_test.rb

10 lines
173 B
Ruby
Raw Normal View History

2014-05-01 07:06:48 +00:00
require 'test_helper'
class Admin::GalleriesControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end