From 4f4a5b68e50fc518aaeb4cd3fde3d29f91434765 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Wed, 3 Aug 2016 20:50:37 +0200 Subject: [PATCH] runs all spec file --- spec/features/notifications_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/notifications_spec.rb b/spec/features/notifications_spec.rb index 1c47ca44f..2504a6032 100644 --- a/spec/features/notifications_spec.rb +++ b/spec/features/notifications_spec.rb @@ -1,6 +1,6 @@ require 'rails_helper' -feature "Notifications" do +feature "Notifications", :focus do let(:author) { create :user } let(:user) { create :user } let(:debate) { create :debate, author: author } @@ -151,7 +151,7 @@ feature "Notifications" do context "Proposal notification" do - scenario "Voters should receive a notification", :js, :focus do + scenario "Voters should receive a notification", :js do author = create(:user) user1 = create(:user)