aboutsummaryrefslogtreecommitdiffstats
path: root/test/controllers/notes_controller_test.rb
blob: d33ea65037eea6ba824c12fc4771eb6f1fa5683e (plain)
1
2
3
4
5
6
7
8
9
require 'test_helper'

class NotesControllerTest < ActionController::TestCase
  test "should get index" do
    get :index
    assert_response :success
  end

end