Skip to content

Commit 17bddf0

Browse files
committed
remove ruby-debug from gemfile, and make remaining spec todo, pending
1 parent 0776b4d commit 17bddf0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
source 'https://rubygems.org'
22

33
gem 'rake'
4-
# Specify your gem's dependencies in resque-round-robin.gemspec
5-
gem 'linecache19', '0.5.13', :path => "~/.rvm/gems/ruby-1.9.3-p0/gems/linecache19-0.5.13/"
6-
gem 'ruby-debug-base19', '0.11.26', :path => "~/.rvm/gems/ruby-1.9.3-p0/gems/ruby-debug-base19-0.11.26/"
7-
gem 'ruby-debug19', :require => 'ruby-debug'
8-
94
gemspec
105

spec/round-robin_spec.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
Resque.size(:q1).should == 4
2222
Resque.size(:q2).should == 4
2323
end
24-
25-
it 'skips a queue that is being processed by another worker' do
26-
end
24+
25+
it 'skips a queue that is being processed by another worker'
2726
end
2827

2928
it "should pass lint" do

0 commit comments

Comments
 (0)