lib/faastruby/spec_helper.rb in faastruby-0.5.26 vs lib/faastruby/spec_helper.rb in faastruby-0.5.27

- old
+ new

@@ -3,10 +3,11 @@ require 'faastruby/server/errors' require 'faastruby/server/runner_methods' require 'faastruby/server/function_object' require 'faastruby/server/event' require 'faastruby/server/response' + require 'faastruby/server/template' ########## # Add call method to the Response class # for backwards compatibility. # This will be removed on v0.6 class Response @@ -31,6 +32,6 @@ include RunnerMethods def publish(channel, data: nil) true end end -end \ No newline at end of file +end