Example readability
This commit is contained in:
parent
b1f4ede997
commit
8b8cd3585f
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Reference in New Issue