From 1d8d8322f0595dcf13f65e13c6ad4ec4bb2e410f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 23 Jan 2015 19:47:16 -0500 Subject: Generate NotesController --- test/controllers/notes_controller_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/controllers/notes_controller_test.rb (limited to 'test/controllers/notes_controller_test.rb') diff --git a/test/controllers/notes_controller_test.rb b/test/controllers/notes_controller_test.rb new file mode 100644 index 0000000..2a3800c --- /dev/null +++ b/test/controllers/notes_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class NotesControllerTest < ActionController::TestCase + # test "the truth" do + # assert true + # end +end -- cgit v1.2.3