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 committed Jan 19, 2010
1 parent d351280 commit c9e9775
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/delayed_method_spec.rb
Original file line number Diff line number Diff line change
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 c9e9775

Please sign in to comment.