Sha256: e2b1ed07365a19bf1d30802de0b832bff78b7d60f60c758eb6d0fc4ffdea5a6c

Contents?: true

Size: 317 Bytes

Versions: 4

Compression:

Stored size: 317 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github::Client::Repos::Hooks do

  it { described_class::VALID_HOOK_PARAM_NAMES.should_not be_nil }

  it { described_class::VALID_HOOK_PARAM_VALUES.should_not be_nil }

  it { described_class::REQUIRED_PARAMS.should_not be_nil }

end # Github::Client::Repos::Hooks

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github_api-0.12.3 spec/github/client/repos/hooks_spec.rb
github_api-0.12.2 spec/github/client/repos/hooks_spec.rb
github_api-0.12.1 spec/github/client/repos/hooks_spec.rb
github_api-0.12.0 spec/github/client/repos/hooks_spec.rb