Commit 7ce5b240a9bde7e128a824d2ec3c51196eceec14
1 parent
8f8736f2
Exists in
colab
and in
4 other branches
Revert "Update inverse associations in KalibroConfig. and ReadingGroup factories"
This reverts commit eef4de93dea70550c83a05d66ac1b3fb3bcd78ed. Signed off by: Heitor Reis <marcheing@gmail.com>
Showing
2 changed files
with
0 additions
and
10 deletions
Show diff stats
spec/factories/kalibro_configuration_attributes.rb
... | ... | @@ -10,10 +10,5 @@ FactoryGirl.define do |
10 | 10 | trait :private do |
11 | 11 | self.public false |
12 | 12 | end |
13 | - | |
14 | - after(:build) do |kalibro_configuration_attributes| | |
15 | - kalibro_configuration_attributes.kalibro_configuration.attributes = kalibro_configuration_attributes | |
16 | - end | |
17 | - | |
18 | 13 | end |
19 | 14 | end | ... | ... |
spec/factories/reading_group_attributes.rb