create org model and schema manager
This commit is contained in:
19
test/fixtures/organizations.yml
vendored
Normal file
19
test/fixtures/organizations.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
subdomain: MyString
|
||||
email_domain: MyString
|
||||
logo_url: MyString
|
||||
address: MyString
|
||||
website: MyString
|
||||
phone_number: MyString
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
subdomain: MyString
|
||||
email_domain: MyString
|
||||
logo_url: MyString
|
||||
address: MyString
|
||||
website: MyString
|
||||
phone_number: MyString
|
||||
7
test/models/organization_test.rb
Normal file
7
test/models/organization_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class OrganizationTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user