lib/instapusher/command_builder.rb in instapusher-0.0.21 vs lib/instapusher/command_builder.rb in instapusher-0.0.22
- old
+ new
@@ -7,9 +7,11 @@
delegate :heroku_app_name, to: :base
delegate :callbacks, to: :base
delegate :job, to: :base
def initialize base
+ raise 'boom'
+
@base = base
@commands = []
end
def build