Sha256: 39875906baa4c1e1c3f6dc46550bbf0bc1d34010eb9905f63e6bd6946cdd4f83
Contents?: true
Size: 631 Bytes
Versions: 5
Compression:
Stored size: 631 Bytes
Contents
Feature: Starting and stopping a client application @basic @wip Scenario: The simplest thing that could work Given a file named "simple.rb" with mode "0755" and with: """ruby require 'vedeu' class VedeuTestApp include Vedeu configure do debug! log '/tmp/vedeu_test_helper.log' end def self.start(argv = ARGV) Vedeu::Launcher.execute!(argv) end end VedeuTestApp.start(ARGV) """ When I run `ruby simple.rb` interactively And I type "q" And I close the stdin stream Then the exit status should be 1
Version data entries
5 entries across 5 versions & 1 rubygems