Sha256: e7b7c07f5438f23510e67d8f6a8eb08815a9def37fc53aad4d680dc53078f922

Contents?: true

Size: 379 Bytes

Versions: 1

Compression:

Stored size: 379 Bytes

Contents

require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start
require 'minitest/autorun'
require 'service_contract'

class SampleService < ServiceContract::Avro::Service
  VERSION = "0.1.2"

  def self.data_dir
    File.expand_path("../sample", __FILE__)
  end
end

class SampleDocumentation < ServiceContract::Avro::Documentation
  def service
    SampleService
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
service_contract-0.6.0 test/test_helper.rb