runs all specs

This commit is contained in:
rgarcia
2016-08-03 20:56:33 +02:00
parent 4f4a5b68e5
commit 24bc8cca20

View File

@@ -1,6 +1,6 @@
require 'rails_helper'
feature "Notifications", :focus do
feature "Notifications" do
let(:author) { create :user }
let(:user) { create :user }
let(:debate) { create :debate, author: author }