From e49cb2b7e182b778f37b02a72fdc01938555764b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 25 Sep 2014 11:58:06 +0300 Subject: Fix tests Signed-off-by: Dmitriy Zaporozhets --- spec/gitlab_post_receive_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/gitlab_post_receive_spec.rb b/spec/gitlab_post_receive_spec.rb index a9a4e13..50c6f0a 100644 --- a/spec/gitlab_post_receive_spec.rb +++ b/spec/gitlab_post_receive_spec.rb @@ -13,6 +13,6 @@ describe GitlabPostReceive do describe :initialize do it { gitlab_post_receive.repo_path.should == repo_path } - it { gitlab_post_receive.changes.should == ['wow'] } + it { gitlab_post_receive.changes.should == 'wow' } end end -- cgit v1.2.1