Skip to content

Commit

Permalink
Remove fragile expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 8, 2010
1 parent c40c7f9 commit 91cbb24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions spec/sample_jobs.rb
@@ -1,5 +1,3 @@
require 'ruby-debug'

class SimpleJob
cattr_accessor :runs; self.runs = 0
def perform; @@runs += 1; end
Expand All @@ -24,5 +22,4 @@ class ModuleJob
cattr_accessor :runs; self.runs = 0
def perform; @@runs += 1; end
end

end
1 change: 0 additions & 1 deletion spec/worker_spec.rb
@@ -1,5 +1,4 @@
require 'spec_helper'
require 'ruby-debug'

describe Delayed::Worker do
def job_create(opts = {})
Expand Down

0 comments on commit 91cbb24

Please sign in to comment.