Sha256: e8ff48befbcb7440d4c8d543bfcb39001cdfe3817e54be82456be12b68fb1c63
Contents?: true
Size: 255 Bytes
Versions: 13
Compression:
Stored size: 255 Bytes
Contents
require 'spec_helper' describe SimpleService::EnsureOrganizerIsValid do context '#call' do class FooCommand < SimpleService::Command def call; true; end end class BadInheritanceCommand def call; true; end end end end
Version data entries
13 entries across 13 versions & 1 rubygems