Sha256: edf78ec1e0783a48c053603c5202417e43bf659a668ddfcf00cccb8289f29538
Contents?: true
Size: 400 Bytes
Versions: 5
Compression:
Stored size: 400 Bytes
Contents
require File.dirname(__FILE__) + '/../base' module PictureSafe::Command describe Help do # before do # @args = [1, 2] # @base = Base.new(@args) # @base.stub!(:display) # end it "initializes the PictureSafe client with the Auth command" do PictureSafe::Command.should_receive(:run_internal).with('auth:client', @args) @base.PictureSafe end end end
Version data entries
5 entries across 5 versions & 1 rubygems