lib/balboa/interactor/interactor_builder.rb in balboa-0.1.4 vs lib/balboa/interactor/interactor_builder.rb in balboa-0.1.5
- old
+ new
@@ -14,10 +14,10 @@
def initialize(options)
@options = options
@interactor = Balboa::Interactor::CapybaraInteractor.new(options)
end
-
+
def create
last_punch = Balboa::Interactor::Command::FetchLastPunchCommand.new
@interactor.tap do |itr|
itr.add_command(:punch, fill_punch)