mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 04:35:26 +00:00
Fixed Layouts
This commit is contained in:
7
test/controllers/admin_controller_test.rb
Normal file
7
test/controllers/admin_controller_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class AdminControllerTest < ActionController::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
4
test/helpers/admin_helper_test.rb
Normal file
4
test/helpers/admin_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class AdminHelperTest < ActionView::TestCase
|
||||
end
|
||||
Reference in New Issue
Block a user