Skip to content

Commit

Permalink
deposit_bag_validator: 10 rubocop errors remain
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Mar 6, 2018
1 parent c4f3128 commit bdaa480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit_tests/moab/deposit_bag_validator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
end

describe 'when unrecognized checksum, result array has CHECKSUM_TYPE_UNRECOGNIZED result hash' do
before do
before(:each) do
bag_pathname = Pathname(File.join(deposit_dir_pathname, 'unknown-checksum-alg'))
@storage_obj = instance_double(Moab::StorageObject, deposit_bag_pathname: bag_pathname, current_version_id: 0)
end
Expand Down

0 comments on commit bdaa480

Please sign in to comment.