Commit 794e9a6a6100d70ea883af56066fce3108e12c4e
1 parent
0104790a
Exists in
colab
and in
4 other branches
Revert "Remove unused factory for KalibroConfiguration"
This reverts commit 391258e0397d492831cc76cf481f12e90bdbb634. Signed off by: Heitor Reis <marcheing@gmail.com>
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
spec/factories/kalibro_configurations.rb
| @@ -15,5 +15,10 @@ FactoryGirl.define do | @@ -15,5 +15,10 @@ FactoryGirl.define do | ||
| 15 | name "Perl" | 15 | name "Perl" |
| 16 | description "Code metrics for Perl." | 16 | description "Code metrics for Perl." |
| 17 | end | 17 | end |
| 18 | + | ||
| 19 | + factory :public_kalibro_configuration do | ||
| 20 | + name "Public Kalibro Configuration" | ||
| 21 | + description "Public Configuration." | ||
| 22 | + end | ||
| 18 | end | 23 | end |
| 19 | end | 24 | end |