Skip to content

Commit

Permalink
* code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lpetre authored and bkeepers committed Mar 26, 2010
1 parent a6f4716 commit 7ea606a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions spec/datamapper_job_spec.rb
Expand Up @@ -33,22 +33,4 @@ def update_attributes(attributes)
end

it_should_behave_like 'a backend'

describe "delayed method" do
class DMStoryReader
def read(story)
"Epilog: #{story.tell}"
end
end

class DMStory
include DataMapper::Resource
property :id, Serial
property :text, String

def tell
text
end
end
end
end

0 comments on commit 7ea606a

Please sign in to comment.