Sha256: d15cb246346bc81da4a5ef05cf6ed0516a7a8f12e0d608d47bbbd94ef5c6648a

Contents?: true

Size: 196 Bytes

Versions: 3

Compression:

Stored size: 196 Bytes

Contents

# vim:fileencoding=utf-8

context 'Util' do
  def util
    Resque::Scheduler::Util
  end

  test 'constantizing' do
    assert util.constantize('Resque::Scheduler') == Resque::Scheduler
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
resque-scheduler-4.0.0 test/util_test.rb
resque-scheduler-3.1.0 test/util_test.rb
resque-scheduler-3.0.0 test/util_test.rb