diff --git a/monitor/spec/production_spec.rb b/monitor/spec/production_spec.rb index ded20aec1..7094adc23 100755 --- a/monitor/spec/production_spec.rb +++ b/monitor/spec/production_spec.rb @@ -106,7 +106,7 @@ describe "Deployed site at #{www}", :js => true, :type => :feature, :capybara_fe let(:queue_limit) { 5 } - it "should not find any stuck workers in resque queues" do + specify "no stuck workers found in resque queues" do page.driver.basic_authorize('jamjam','blueberryjam') visit '/admin/resque/queues' page.all('tr:not(.failure) .size').each do |job_queue|