diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/controllers/notes_controller_test.rb | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/test/controllers/notes_controller_test.rb b/test/controllers/notes_controller_test.rb new file mode 100644 index 0000000..d33ea65 --- /dev/null +++ b/test/controllers/notes_controller_test.rb @@ -0,0 +1,9 @@ +require 'test_helper' + +class NotesControllerTest < ActionController::TestCase +  test "should get index" do +    get :index +    assert_response :success +  end + +end | 
