From 6c62ab06ec9ca3837737181e4cf95aceaba28c07 Mon Sep 17 00:00:00 2001
From: Eduardo Machado <emm14@inf.ufpr.br>
Date: Wed, 29 Mar 2017 10:23:02 -0300
Subject: [PATCH] statistics test fixed

---
 spec/acceptance/statistics_spec.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/spec/acceptance/statistics_spec.rb b/spec/acceptance/statistics_spec.rb
index 37e93679..a5037291 100644
--- a/spec/acceptance/statistics_spec.rb
+++ b/spec/acceptance/statistics_spec.rb
@@ -5,7 +5,6 @@ resource 'Statistics' do
   before { 12.times { create(:learning_object) } }
 
   let(:learning_objects) { LearningObject.all }
-  let(:ip) { Faker::Internet.ip_v4_address }
 
   get '/v1/statistics' do
 
-- 
GitLab