require "test_helper" class AccountTest < ActiveSupport::TestCase test "slug" do account = Account.sole assert_equal "/#{account.tenant_id}", account.slug end end