]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/client_applications.yml
Convert client applications fixtures into a factory
[rails.git] / test / fixtures / client_applications.yml
diff --git a/test/fixtures/client_applications.yml b/test/fixtures/client_applications.yml
deleted file mode 100644 (file)
index e8087eb..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
-
-oauth_web_app:
-  name: Some OAuth Web App
-  created_at: "2009-04-21 00:00:00"
-  support_url: http://some.web.app.org/support
-  updated_at: "2009-04-21 00:00:00"
-  callback_url: http://some.web.app.org/callback
-  url: http://some.web.app.org/
-  user_id: 2
-  secret: Ur1s9LWWJJuYBiV9cDi3za3OV8TGCoRgUvVXJ5zp7pc
-  key: ewvENqsaTXFnZbMWmGDX2g
-  allow_read_prefs: true
-  allow_write_prefs: false
-  allow_write_diary: false
-  allow_write_api: true
-  allow_read_gpx: true
-  allow_write_gpx: false
-
-oauth_desktop_app:
-  name: Some OAuth Desktop App
-  created_at: "2009-04-21 00:00:00"
-  support_url: http://some.desktop.app.org/support
-  updated_at: "2009-04-21 00:00:00"
-  user_id: 2
-  secret: V9DOm1H5qSdIG9IeCTiOkAcCx15bK8bkGxf7XEpF
-  key: rlEdPM6Tp8lpLwvSyNJQ4w
-  allow_read_prefs: true
-  allow_write_prefs: false
-  allow_write_diary: false
-  allow_write_api: true
-  allow_read_gpx: true
-  allow_write_gpx: false