Commit ccc2d0ce authored by James Lopez's avatar James Lopez Committed by Stan Hu

fix spec

parent 6ec39e32
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment