aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/companies.yml
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/companies.yml')
-rw-r--r--actionview/test/fixtures/companies.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/actionview/test/fixtures/companies.yml b/actionview/test/fixtures/companies.yml
new file mode 100644
index 0000000000..ed2992e0b1
--- /dev/null
+++ b/actionview/test/fixtures/companies.yml
@@ -0,0 +1,24 @@
+thirty_seven_signals:
+ id: 1
+ name: 37Signals
+ rating: 4
+
+TextDrive:
+ id: 2
+ name: TextDrive
+ rating: 4
+
+PlanetArgon:
+ id: 3
+ name: Planet Argon
+ rating: 4
+
+Google:
+ id: 4
+ name: Google
+ rating: 4
+
+Ionist:
+ id: 5
+ name: Ioni.st
+ rating: 4 \ No newline at end of file