Skip to content

Commit

Permalink
Merge pull request #54 from projecthydra-labs/remove_tests
Browse files Browse the repository at this point in the history
Remove tests for descriptive and access metadata
  • Loading branch information
Trey Terrell committed May 7, 2015
2 parents 6686704 + ae1d128 commit d79be1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
19 changes: 1 addition & 18 deletions spec/hydra/pcdm/models/collection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class Awbject < Hydra::PCDM::Object
expect(collection1.objects).to eq []
end

it 'should return empty array when only collections are aggregated' do
it 'should return empty array when only collections are aggregated' do
collection1.collections = [collection2,collection3]
collection1.save
expect(collection1.objects).to eq []
Expand All @@ -202,21 +202,4 @@ class Awbject < Hydra::PCDM::Object
expect(collection1.objects).to eq [object1,object2]
end
end

describe '#METHOD_TO_SET_METADATA' do
xit 'should be able to set descriptive metadata' do
# 6) Hydra::PCDM::Collection can have descriptive metadata

# TODO Write test

end

xit 'should be able to set access metadata' do
# 7) Hydra::PCDM::Collection can have access metadata

# TODO Write test

end
end

end
19 changes: 0 additions & 19 deletions spec/hydra/pcdm/models/object_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,4 @@

end
end



describe '#METHOD_TO_SET_METADATA' do
xit 'should be able to set descriptive metadata' do
# 6) Hydra::PCDM::Collection can have descriptive metadata

# TODO Write test

end

xit 'should be able to set access metadata' do
# 7) Hydra::PCDM::Object can have descriptive metadata

# TODO Write test

end
end

end

0 comments on commit d79be1f

Please sign in to comment.