Skip to content

Commit

Permalink
Remove duplicate class definition in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers authored and iansheridan committed Jun 16, 2010
1 parent fae38bf commit 2a60c20
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/delayed_method_spec.rb
Expand Up @@ -28,14 +28,6 @@ def read(story)

end

class StoryReader

def read(story)
"Epilog: #{story.tell}"
end

end

describe 'random ruby objects' do
before { Delayed::Job.delete_all }

Expand Down

0 comments on commit 2a60c20

Please sign in to comment.