Commit e3f11642 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

stub notification in event model

parent 3728c490
...@@ -72,6 +72,7 @@ describe Event do ...@@ -72,6 +72,7 @@ describe Event do
before { before {
Event.should_receive :create Event.should_receive :create
observer.stub(notification: stub.as_null_object)
} }
describe "Joined project team" do describe "Joined project team" do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment