X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Fcompanies.yml;fp=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Fcompanies.yml;h=0000000000000000000000000000000000000000;hb=36d9f3351a3b4e8159279445190e2287ffdea86c;hp=e7691fde46224babfc480e1820de3f88f601c454;hpb=913cf6054b1d29b5d2f5e620304af7ee77cc1f1f;p=feedcatcher.git diff --git a/vendor/rails/activerecord/test/fixtures/companies.yml b/vendor/rails/activerecord/test/fixtures/companies.yml deleted file mode 100644 index e7691fd..0000000 --- a/vendor/rails/activerecord/test/fixtures/companies.yml +++ /dev/null @@ -1,56 +0,0 @@ -first_client: - id: 2 - type: Client - firm_id: 1 - client_of: 2 - name: Summit - ruby_type: Client - firm_name: 37signals - -first_firm: - id: 1 - type: Firm - name: 37signals - ruby_type: Firm - -second_client: - id: 3 - type: Client - firm_id: 1 - client_of: 1 - name: Microsoft - ruby_type: Client - -another_firm: - id: 4 - type: Firm - name: Flamboyant Software - ruby_type: Firm - -another_client: - id: 5 - type: Client - firm_id: 4 - client_of: 4 - name: Ex Nihilo - ruby_type: Client - -rails_core: - id: 6 - name: RailsCore - type: DependentFirm - -leetsoft: - id: 7 - name: Leetsoft - client_of: 6 - -jadedpixel: - id: 8 - name: Jadedpixel - client_of: 6 - -odegy: - id: 9 - name: Odegy - type: ExclusivelyDependentFirm