From 889f042cd74d015f727497724c7fd005696e549c Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Mon, 5 Nov 2012 02:45:22 +0100 Subject: [PATCH] bump travis-core --- Gemfile.lock | 4 ++-- spec/integration/v2/hooks_spec.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 096e4e31..fe50b3c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GIT GIT remote: git://github.com/travis-ci/travis-core.git - revision: c8a0672df7e20bc67ed838bdec8b72a2584e9379 + revision: b3e0212aa29ab1042f3357c1cd20b6f9d9fe8e08 specs: travis-core (0.0.1) actionmailer (~> 3.2.3) @@ -236,7 +236,7 @@ GEM treetop (1.4.12) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.34) + tzinfo (0.3.35) yard (0.8.3) PLATFORMS diff --git a/spec/integration/v2/hooks_spec.rb b/spec/integration/v2/hooks_spec.rb index 6e6b8fb6..311e5948 100644 --- a/spec/integration/v2/hooks_spec.rb +++ b/spec/integration/v2/hooks_spec.rb @@ -24,7 +24,7 @@ describe 'Hooks' do let :payload do { :name => 'travis', - :events => ServiceHook::EVENTS, + :events => Travis::Services::Github::SetHook::EVENTS, :active => true, :config => { :user => user.login, :token => user.tokens.first.token, :domain => 'listener.travis-ci.org' } }