Sha256: b914e8d5abedd0ac7905d7287f3ca3b987af231927f815f0aa2cfcc1ccbf8e6d
Contents?: true
Size: 443 Bytes
Versions: 2
Compression:
Stored size: 443 Bytes
Contents
require File.expand_path('../../spec_helper', __FILE__) module Quickl describe "Command::requester /" do it "should return nil if invoked immediately" do MiniClient::Requester.run([]).should be_nil end it "should return delegator if ran from delegator" do x = MiniClient.run(["requester"]) x.should_not be_nil x.should be_a(MiniClient) end end # Command::requester end # module Quickl
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quickl-0.2.2 | spec/command/requester_spec.rb |
quickl-0.2.1 | spec/command/requester_spec.rb |