mirror of
https://github.com/jimeh/amqp-failover.git
synced 2026-02-19 10:56:44 +00:00
fix whitespaces, cause really, why not?
This commit is contained in:
@@ -9,7 +9,7 @@ describe "Simple AMQP connection with FailoverClient" do
|
||||
before(:all) do
|
||||
@log = SpecServer.log
|
||||
end
|
||||
|
||||
|
||||
it "should be connected" do
|
||||
AMQP.client = AMQP::FailoverClient
|
||||
EM.run {
|
||||
@@ -27,4 +27,4 @@ describe "Simple AMQP connection with FailoverClient" do
|
||||
}
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# encoding: utf-8
|
||||
|
||||
# add project-relative load paths
|
||||
$LOAD_PATH.unshift File.dirname(__FILE__)
|
||||
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')
|
||||
|
||||
@@ -15,4 +15,4 @@ module SpecServer
|
||||
# silence Output
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user