mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-01 20:25:26 +00:00
Added basic scaffolds for schools wrestlers and weights
This commit is contained in:
4
test/helpers/schools_helper_test.rb
Normal file
4
test/helpers/schools_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class SchoolsHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/helpers/weights_helper_test.rb
Normal file
4
test/helpers/weights_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class WeightsHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/helpers/wrestlers_helper_test.rb
Normal file
4
test/helpers/wrestlers_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class WrestlersHelperTest < ActionView::TestCase
|
||||
end
|
||||
Reference in New Issue
Block a user