Adding user_certifications relation, and paperclip gem
This commit is contained in:
4
test/unit/helpers/user_certifications_helper_test.rb
Normal file
4
test/unit/helpers/user_certifications_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class UserCertificationsHelperTest < ActionView::TestCase
|
||||
end
|
||||
7
test/unit/user_certification_test.rb
Normal file
7
test/unit/user_certification_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class UserCertificationTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user