Example readability

This commit is contained in:
Anthony Davis 2014-08-01 11:13:14 -05:00
parent b1f4ede997
commit 8b8cd3585f
1 changed files with 1 additions and 1 deletions

View File

@ -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|