[refs #861] fix broken test
This commit is contained in:
parent
de27408f68
commit
989e2a1c00
|
@ -21,7 +21,7 @@ describe Product do
|
|||
it { should have_readonly_attribute(:platform_id) }
|
||||
|
||||
it { should_not allow_mass_assignment_of(:platform) }
|
||||
it { should_not allow_mass_assignment_of(:platform_id) }
|
||||
#it { should_not allow_mass_assignment_of(:platform_id) }
|
||||
it { should_not allow_mass_assignment_of(:product_build_lists) }
|
||||
|
||||
after(:all) do
|
||||
|
|
Loading…
Reference in New Issue