lib/rosetta_queue/adapters/null.rb in bmabey-rosetta_queue-0.1.3 vs lib/rosetta_queue/adapters/null.rb in bmabey-rosetta_queue-0.2.0
- old
+ new
@@ -21,11 +21,11 @@
#
# (if you follow this example and are using stories be sure
# to set ENV["RUNNING_STORIES"] = "true" in your helper.rb or env.rb file)
class NullAdapter
- def initialize(user, password, host, port)
+ def initialize(adapter_settings)
# no-op
end
def disconnect
# no-op
@@ -52,6 +52,6 @@
end
end
end
-end
\ No newline at end of file
+end