From b8168800b23967378848179c554bb3bb4a563c50 Mon Sep 17 00:00:00 2001
From: Mauricio Giacomini Girardello <mgg12@inf.ufpr.br>
Date: Mon, 11 Apr 2016 12:00:00 -0300
Subject: [PATCH] raise NotImplementedError in SociableTests

---
 lib/portalmec/sociable_tests.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/portalmec/sociable_tests.rb b/lib/portalmec/sociable_tests.rb
index b911da8e..b7dbc330 100644
--- a/lib/portalmec/sociable_tests.rb
+++ b/lib/portalmec/sociable_tests.rb
@@ -61,7 +61,7 @@ module Portalmec::SociableTests
   protected
 
   def sociable_object
-    collections(:ufpr)
+    raise NotImplementedError
   end
 
   def sociable_user
-- 
GitLab