From 26b12961d01ecc285c4677d151cb14b661f6749b Mon Sep 17 00:00:00 2001
From: Mauricio Giacomini Girardello <mgg12@inf.ufpr.br>
Date: Tue, 17 May 2016 14:35:38 -0300
Subject: [PATCH] adding applications fixtures

---
 test/fixtures/applications.yml | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/test/fixtures/applications.yml b/test/fixtures/applications.yml
index eb7bbaac..190a8c98 100644
--- a/test/fixtures/applications.yml
+++ b/test/fixtures/applications.yml
@@ -1,13 +1,5 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
-  name: MyString
-  domain: MyString
-  application_id: MyString
-  user_id: 
-
-two:
-  name: MyString
-  domain: MyString
-  application_id: MyString
-  user_id: 
+test_app:
+  name: 'test app'
+  domain: 'test.host'
+  application_id: 'ffcb31a0-bacc-4f37-925c-656b3805095a'
+  user_id: john (User)
\ No newline at end of file
-- 
GitLab