diff options
Diffstat (limited to 'spec/node_spec.rb')
-rw-r--r-- | spec/node_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/node_spec.rb b/spec/node_spec.rb index 058e626..67bd70f 100644 --- a/spec/node_spec.rb +++ b/spec/node_spec.rb @@ -58,7 +58,7 @@ describe Zorglub do end # it "should return err404 response when no method found" do - Node0.respond_to?('noresponse').should be_false + Node0.respond_to?('noresponse').should be_falsey r = Node0.my_call '/noresponse' r.status.should == 404 end |