Skip to content

Commit

Permalink
Throwing away the leftovers
Browse files Browse the repository at this point in the history
Please help; resource_spec still need a lot of clean up.
  • Loading branch information
David James committed Jul 26, 2008
1 parent edb8b88 commit cfa27ec
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions spec/unit/resource_spec.rb
Expand Up @@ -69,20 +69,6 @@ def to_s
end
end

class BlackHole
include DataMapper::Resource

property :id, Integer, :key => true
property :data, Object, :reader => :private
end

class LegacyStar
include DataMapper::Resource
def self.default_repository_name
:legacy
end
end

class Phone
include DataMapper::Resource

Expand Down

0 comments on commit cfa27ec

Please sign in to comment.