Skip to content

Instantly share code, notes, and snippets.

@markiz
Created June 15, 2011 15:43
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/1027377 to your computer and use it in GitHub Desktop.
Save markiz/1027377 to your computer and use it in GitHub Desktop.
Hello, world! spec example for AMQP
require 'spec_helper'
require 'evented-spec'
describe "Hello, world! example" do
include EventedSpec::AMQPSpec
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