Sha256: c559e0bbe00ae2dcfed19ed707cefeed6bb5007571a86a7b70c42e5bad4422c1
Contents?: true
Size: 348 Bytes
Versions: 37
Compression:
Stored size: 348 Bytes
Contents
require File.expand_path('../spec_helper', __FILE__) module XcodeInstall describe Command::Uninstall do describe 'when invoked' do it 'raise error when the version is not specified' do Command::Uninstall.any_instance.expects(:help!) -> { Command::Uninstall.run([]) }.should.raise(Exception) end end end end
Version data entries
37 entries across 37 versions & 2 rubygems