Stub out the reposts controller that will manage the flow of logic.

This commit is contained in:
Señor Rolando 2013-12-08 22:15:14 +01:00
parent 4e889f8df4
commit 89fe2a01eb
8 changed files with 31 additions and 54 deletions

View file

@ -0,0 +1,7 @@
require 'test_helper'
class RepostsControllerTest < ActionController::TestCase
# test "the truth" do
# assert true
# end
end

View file

@ -0,0 +1,4 @@
require 'test_helper'
class RepostsHelperTest < ActionView::TestCase
end