bcc15de487
- add connection as admin or user (client) - fix navbar - fix seeds - add home#index
8 lines
119 B
Ruby
8 lines
119 B
Ruby
require 'test_helper'
|
|
|
|
class AdminTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|