runs all spec file

This commit is contained in:
rgarcia
2016-08-03 20:50:37 +02:00
parent 3b5e0b55c0
commit 4f4a5b68e5

View File

@@ -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)