Specify models attributes that must not be mass assignated
This commit is contained in:
@@ -8,6 +8,7 @@ describe Track do
|
||||
it { should be_valid }
|
||||
it { should have_many :sounds }
|
||||
it { should validate_presence_of :name }
|
||||
it { should_not allow_mass_assignment_of :sounds }
|
||||
|
||||
context 'with a file' do
|
||||
before do
|
||||
|
Reference in New Issue
Block a user