added a tutorial controller to handle all deez toots

This commit is contained in:
Ken Johnson
2013-04-24 19:20:51 -04:00
parent 9c4a19d3d1
commit c003bd8a9a
5 changed files with 19 additions and 14 deletions
@@ -0,0 +1,7 @@
require 'test_helper'
class TutorialsControllerTest < ActionController::TestCase
# test "the truth" do
# assert true
# end
end
@@ -0,0 +1,4 @@
require 'test_helper'
class TutorialsHelperTest < ActionView::TestCase
end