summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-25 11:58:06 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-25 11:58:06 +0300
commite49cb2b7e182b778f37b02a72fdc01938555764b (patch)
treeb8233690b9386301cfd3cf37eedcae34e34ddcaa
parenta3b54457b1cd188981d4d0775fc7acf2fd6aa128 (diff)
downloadgitlab-shell-e49cb2b7e182b778f37b02a72fdc01938555764b.tar.gz
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--spec/gitlab_post_receive_spec.rb2
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