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

10 lines
166 B
Ruby
Raw Normal View History

2016-04-25 00:47:31 +00:00
require 'test_helper'
class PlainpageControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end