lib/spielbash/model/movie.rb in spielbash-0.1.1 vs lib/spielbash/model/movie.rb in spielbash-0.1.2

- old
+ new

@@ -29,10 +29,9 @@ post_run_actions.each do |action| action.execute(session) end - session.stop_recording session.close_session end def interrupt Spielbash::PressKeyAction.new('C-c', context).execute(session) unless session.nil?