Fix syntax error in LFS objects specs

This commit is contained in:
Grzegorz Bizon 2017-09-07 12:58:39 +02:00
parent 4a6dee5f18
commit 2f6802cdc0
1 changed files with 1 additions and 1 deletions

View File

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