Sha256: 94065eab8e4787b98bfe081349858c71224d53d37339d38df2791cbe5ff44093

Contents?: true

Size: 249 Bytes

Versions: 14

Compression:

Stored size: 249 Bytes

Contents

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

class SampleService < ServiceContract::Avro::Service
  def self.data_dir
    File.expand_path("../sample", __FILE__)
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
service_contract-0.5.1 test/test_helper.rb
service_contract-0.5.0 test/test_helper.rb
service_contract-0.4.1 test/test_helper.rb
service_contract-0.4.0 test/test_helper.rb
service_contract-0.3.0 test/test_helper.rb
service_contract-0.2.1 test/test_helper.rb
service_contract-0.2.0 test/test_helper.rb
service_contract-0.1.1 test/test_helper.rb
service_contract-0.1.0 test/test_helper.rb
service_contract-0.0.10 test/test_helper.rb
service_contract-0.0.8 test/test_helper.rb
service_contract-0.0.7 test/test_helper.rb
service_contract-0.0.6 test/test_helper.rb
service_contract-0.0.5 test/test_helper.rb