Fix notifiable in-app topic specs

These specs had never been tested before and were always broken.
This commit is contained in:
Javi Martín
2019-09-27 19:49:25 +02:00
parent dcc9a6b561
commit db90672fdd
2 changed files with 7 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ require "rails_helper"
describe "Topics" do
context "Concerns" do
it_behaves_like "notifiable in-app", Topic
it_behaves_like "notifiable in-app", :topic_with_community
end
context "New" do