diaspora/spec/support/stub_hydra.rb

11 lines
93 B
Ruby

class Typhoeus::Hydra
def initialize
end
def queue(*args)
end
def run
end
end