spec/context_spec.rb in virility-0.0.4 vs spec/context_spec.rb in virility-0.0.5

- old
+ new

@@ -22,10 +22,10 @@ # # Interface # context "interface" do - it "should raise an error on get_virility" do - lambda { Virility::Context.new(@url).get_virility }.should raise_error + it "should raise an error on poll" do + lambda { Virility::Context.new(@url).poll }.should raise_error end end end