Adding certifications; messed up adding certification_users so not staging those
This commit is contained in:
7
test/unit/certification_test.rb
Normal file
7
test/unit/certification_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class CertificationTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
4
test/unit/helpers/certifications_helper_test.rb
Normal file
4
test/unit/helpers/certifications_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class CertificationsHelperTest < ActionView::TestCase
|
||||
end
|
||||
Reference in New Issue
Block a user