fix typo in spec

This commit is contained in:
James Lopez 2017-01-30 12:33:06 +01:00
parent 1a2d13c821
commit bd6b13c620

View file

@ -185,7 +185,7 @@ describe Gitlab::ImportExport::RelationFactory, lib: true do
create(:ci_variable).as_json
end
it 'maps the right author to the imported note' do
it 'has no value for the encrypted attribute' do
expect(created_object.value).to be_nil
end
end