Commit 2f6802cd authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix syntax error in LFS objects specs

parent 4a6dee5f
......@@ -19,7 +19,7 @@ describe LfsObjectsProject do
it 'validates object id' do
is_expected.to validate_uniqueness_of(:lfs_object_id)
.scoped_to(:project_id)
.with_message("already exists in project") }
.with_message("already exists in project")
end
end
......
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