From 08c499d4f6b878f83be18c42ffb4f6e05bbae8d4 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Mon, 9 Nov 2015 13:49:21 +0100 Subject: [PATCH] removes spec focus --- spec/helpers/users_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/users_helper_spec.rb b/spec/helpers/users_helper_spec.rb index 822764292..2094cea04 100644 --- a/spec/helpers/users_helper_spec.rb +++ b/spec/helpers/users_helper_spec.rb @@ -36,7 +36,7 @@ describe UsersHelper do expect(comment_commentable_title(comment)).to eq link_to comment.commentable.title, comment.commentable end - it "should return a hint if the commentable has been deleted", :focus do + it "should return a hint if the commentable has been deleted" do comment = create(:comment) comment.commentable.hide expect(comment_commentable_title(comment)).to eq "#{comment.commentable.title}"