Advertisement
Guest User

Untitled

a guest
May 6th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. require 'spec_helper'
  2.  
  3. describe MediumLengthWorker do
  4. subject { described_class.new }
  5.  
  6. describe '#perform' do
  7. it 'returns the length of the medium list' do
  8. expect { described_class.perform }.to output "1"
  9. described_class.perform
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement