From f70f2eb4b7d86a62ca01bebe55c157ba6bfd73f1 Mon Sep 17 00:00:00 2001 From: Hauke Klement Date: Thu, 29 Jan 2015 15:08:11 +0100 Subject: [PATCH] minor change --- spec/features/factories_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/factories_spec.rb b/spec/features/factories_spec.rb index b326cd8a..5e002f91 100644 --- a/spec/features/factories_spec.rb +++ b/spec/features/factories_spec.rb @@ -1,7 +1,7 @@ require 'rails_helper' describe 'Factories' do - it 'are all valid', permitted_execution_time: 30 do + it 'are all valid', docker: true, permitted_execution_time: 30 do expect { FactoryGirl.lint }.not_to raise_error end end