Skip to content

Instantly share code, notes, and snippets.

@markiz
Created June 15, 2011 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markiz/1027410 to your computer and use it in GitHub Desktop.
Save markiz/1027410 to your computer and use it in GitHub Desktop.
require 'spec_helper'
require 'evented-spec'
describe "Hello, world! example" do
include EventedSpec::AMQPSpec
default_options :vhost => "amqp_testing_vhost"
default_timeout 1
it "should pass" do
done
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment