Stub out the reposts controller that will manage the flow of logic.
This commit is contained in:
parent
4e889f8df4
commit
89fe2a01eb
8 changed files with 31 additions and 54 deletions
7
test/controllers/reposts_controller_test.rb
Normal file
7
test/controllers/reposts_controller_test.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'test_helper'
|
||||
|
||||
class RepostsControllerTest < ActionController::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
4
test/helpers/reposts_helper_test.rb
Normal file
4
test/helpers/reposts_helper_test.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
require 'test_helper'
|
||||
|
||||
class RepostsHelperTest < ActionView::TestCase
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue