Fixed an error in the spec file

Prathyush Thota 9 年之前
父节点
当前提交
8a2e67a32a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      spec/models/agents/boxcar_agent_spec.rb

+ 0 - 1
spec/models/agents/boxcar_agent_spec.rb

@@ -44,7 +44,6 @@ describe Agents::BoxcarAgent do
44 44
 
45 45
     it "should raise error when invalid response arrives" do
46 46
       stub(HTTParty).post { {"blah" => "blah"} }
47
-      @checker.receive([@event])
48 47
       expect{@checker.send_notification}.to raise_error
49 48
     end
50 49