Sha256: 1431a5fefdb41ae9ca784913560e07507c9e79a7e6d6447e2103c224d0f170c3
Contents?: true
Size: 646 Bytes
Versions: 59
Compression:
Stored size: 646 Bytes
Contents
# encoding: ascii-8bit # Copyright 2014 Ball Aerospace & Technologies Corp. # All Rights Reserved. # # This program is free software; you can modify and/or redistribute it # under the terms of the GNU General Public License # as published by the Free Software Foundation; version 3 with # attribution addendums as found in the LICENSE.txt require 'spec_helper' require 'cosmos' require 'cosmos/packets/limits_response' module Cosmos describe LimitsResponse do describe "call" do it "raises an exception" do expect { LimitsResponse.new.call(nil,nil,nil) }.to raise_error(/defined by subclass/) end end end end
Version data entries
59 entries across 59 versions & 1 rubygems