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 | 23 | scm_type "GIT" |
| 24 | 24 | address "https://github.com/rafamanzo/runge-kutta-vtk.git" |
| 25 | 25 | kalibro_configuration_id 1 |
| 26 | - send_email "test@test.com" | |
| 27 | 26 | end |
| 28 | 27 | |
| 29 | 28 | factory :ruby_repository, class: Repository do |
| ... | ... | @@ -35,7 +34,6 @@ FactoryGirl.define do |
| 35 | 34 | scm_type "GIT" |
| 36 | 35 | address "https://github.com/mezuro/kalibro_processor.git" |
| 37 | 36 | kalibro_configuration_id 1 |
| 38 | - send_email "test@test.com" | |
| 39 | 37 | end |
| 40 | 38 | |
| 41 | 39 | factory :another_repository, parent: :repository do | ... | ... |