This commit is contained in:
James Lopez 2018-02-02 13:18:16 +01:00 committed by Stan Hu
parent 6ec39e32bf
commit ccc2d0ceb7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe RemoveProjectLabelsGroupId, :delete do
describe '#up' do
it 'updates the project labels group ID' do
expect { migration.up }.to change { project_label.reload.group_id }.from(1).to(nil)
expect { migration.up }.to change { project_label.reload.group_id }.to(nil)
end
it 'keeps the group labels group ID' do