Sha256: 507621a3ce12ee1f46dc76d3ab09acfc7f11c5319e03c7c6d9e557bbd5d5a0d6
Contents?: true
Size: 269 Bytes
Versions: 3
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Balboa::CLI::Command::StarWarsCommand do it 'is a trap!' do command = described_class.new expect(command).to receive(:system).with('telnet towel.blinkenlights.nl') command.execute end end
Version data entries
3 entries across 3 versions & 1 rubygems