[refs #861] fix broken test

This commit is contained in:
Alexander Machehin 2013-02-04 22:24:06 +06:00
parent de27408f68
commit 989e2a1c00
1 changed files with 1 additions and 1 deletions

View File

@ -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