notebook/test/controllers/main_controller_test.rb
2015-03-25 22:42:45 -05:00

9 lines
160 B
Ruby

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