gluster-web-interface/test/controllers/plainpage_controller_test.rb
2016-04-25 01:47:31 +01:00

10 lines
166 B
Ruby

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