notebook/test/controllers/main_controller_test.rb

9 lines
160 B
Ruby

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