diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-03-04 12:31:51 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-03-04 12:31:51 +0200 |
commit | a9f9fb35f99e0e0708834e3db203a6b904bd1e43 (patch) | |
tree | 465c763ef3a29157080cc3138a09251c2b33d3ea /spec/models/commit_spec.rb | |
parent | ad252eaf52bf71ace43d4bb04677adba0a8221db (diff) | |
download | gitlab-ci-a9f9fb35f99e0e0708834e3db203a6b904bd1e43.tar.gz |
remove binding
Diffstat (limited to 'spec/models/commit_spec.rb')
-rw-r--r-- | spec/models/commit_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/models/commit_spec.rb b/spec/models/commit_spec.rb index 4c106ad..baa0b8b 100644 --- a/spec/models/commit_spec.rb +++ b/spec/models/commit_spec.rb @@ -165,8 +165,6 @@ describe Commit do job = FactoryGirl.create :job, project: project job1 = FactoryGirl.create :job, project: project FactoryGirl.create :job, job_type: :deploy, project: project - # binding.pry - FactoryGirl.create :build, commit: commit, status: :success, job: job FactoryGirl.create :build, commit: commit, status: :success, job: job1 project.reload |