From 5f337a6b5906042b04a2df25b690d1f2b548fc57 Mon Sep 17 00:00:00 2001 From: Calvyn82 Date: Sun, 4 Oct 2015 14:05:55 -0500 Subject: [PATCH] put an underscore in front of evaluator --- spec/factories/fitbit_profiles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/factories/fitbit_profiles.rb b/spec/factories/fitbit_profiles.rb index 2cc4024..b36ee1d 100644 --- a/spec/factories/fitbit_profiles.rb +++ b/spec/factories/fitbit_profiles.rb @@ -1,6 +1,6 @@ FactoryGirl.define do factory :fitbit_profile do - after(:create) do |fp, evaluator| + after(:create) do |fp, _evaluator| params = { fitbit_profile: fp, date_logged: '2013-01-14' } FactoryGirl.create(:fitbit_body, params) FactoryGirl.create(:fitbit_sleep, params)