diff options
-rw-r--r-- | spec/gitlab_post_receive_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |