diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-09-06 16:13:04 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-09-06 16:27:07 -0500 |
commit | a070ae4a320f8da830862e1dd11eea8b1281ab8c (patch) | |
tree | ac2083c8cc3263de7cbebe77677838514d82392a /spec/gitlab_shell_spec.rb | |
parent | f53d09e1eb1323be9cd697813a6f47375c091f6a (diff) | |
download | gitlab-shell-a070ae4a320f8da830862e1dd11eea8b1281ab8c.tar.gz |
Style fixes and better tests.
Diffstat (limited to 'spec/gitlab_shell_spec.rb')
-rw-r--r-- | spec/gitlab_shell_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/gitlab_shell_spec.rb b/spec/gitlab_shell_spec.rb index a5e75e2..96cae40 100644 --- a/spec/gitlab_shell_spec.rb +++ b/spec/gitlab_shell_spec.rb @@ -135,7 +135,7 @@ describe GitlabShell do end its(:repo_name) { should == 'dzaporozhets/gitlab.git' } - its(:git_cmd) { should == 'git-lfs-authenticate' } + its(:command) { should == 'git-lfs-authenticate' } its(:git_access) { should == 'git-upload-pack' } end end |