gluster-web-interface/test/controllers/plainpage_controller_test.rb

10 lines
166 B
Ruby

require 'test_helper'
class PlainpageControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end