From 7695788aae9c065c5d54608de67b4e1786ccc6cf Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Mon, 5 Nov 2012 16:17:47 +0100 Subject: [PATCH] rename EVENTS back after reverting stuff in core --- spec/integration/v2/hooks_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/v2/hooks_spec.rb b/spec/integration/v2/hooks_spec.rb index 311e5948..6e6b8fb6 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 => Travis::Services::Github::SetHook::EVENTS, + :events => ServiceHook::EVENTS, :active => true, :config => { :user => user.login, :token => user.tokens.first.token, :domain => 'listener.travis-ci.org' } }