Commit 69b7ccd79d0d3bf03aa440b429e780b081425296
1 parent
3612bb52
Exists in
colab
and in
4 other branches
Fixes Repository factory after kalibro_client update
Signed off by: Diego Araujo <diegoamc90@gmail.com>
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
spec/factories/repositories.rb
| @@ -23,7 +23,6 @@ FactoryGirl.define do | @@ -23,7 +23,6 @@ FactoryGirl.define do | ||
| 23 | scm_type "GIT" | 23 | scm_type "GIT" |
| 24 | address "https://github.com/rafamanzo/runge-kutta-vtk.git" | 24 | address "https://github.com/rafamanzo/runge-kutta-vtk.git" |
| 25 | kalibro_configuration_id 1 | 25 | kalibro_configuration_id 1 |
| 26 | - send_email "test@test.com" | ||
| 27 | end | 26 | end |
| 28 | 27 | ||
| 29 | factory :ruby_repository, class: Repository do | 28 | factory :ruby_repository, class: Repository do |
| @@ -35,7 +34,6 @@ FactoryGirl.define do | @@ -35,7 +34,6 @@ FactoryGirl.define do | ||
| 35 | scm_type "GIT" | 34 | scm_type "GIT" |
| 36 | address "https://github.com/mezuro/kalibro_processor.git" | 35 | address "https://github.com/mezuro/kalibro_processor.git" |
| 37 | kalibro_configuration_id 1 | 36 | kalibro_configuration_id 1 |
| 38 | - send_email "test@test.com" | ||
| 39 | end | 37 | end |
| 40 | 38 | ||
| 41 | factory :another_repository, parent: :repository do | 39 | factory :another_repository, parent: :repository do |