Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Remove obsolete repository setting from rdf type spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuga committed May 20, 2010
1 parent fafd4ce commit a9ad3f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/rdf_types.spec
Expand Up @@ -132,8 +132,6 @@ describe 'models with a defined rdf type' do
before :each do
@car = Car.for Cars.car1
@car.nil?.should_not be_true
@types_repository = RDF::Repository.load(fixture('types.nt'))
Car.repository = @types_repository
end

it "should allow setting other properties" do
Expand Down

0 comments on commit a9ad3f6

Please sign in to comment.