purzelrakete / workling

easily do background work in rails, without commiting to a particular runner. comes with starling, bj and spawn runners.

This URL has Read+Write access

rtomayko (author)
Wed Mar 18 07:49:45 -0700 2009
purzelrakete (committer)
Wed Mar 18 11:34:00 -0700 2009
workling / test / starling_runner_test.rb
100644 8 lines (7 sloc) 0.281 kb
1
2
3
4
5
6
7
8
require File.dirname(__FILE__) + '/test_helper.rb'
 
context "the starling runner" do
  specify "should set up a starling client" do
    Workling::Remote.dispatcher = Workling::Remote::Runners::StarlingRunner.new
    Workling::Remote.dispatcher.client.should.not.equal nil
  end
end