lib/guard/goliath.rb in guard-goliath-1.0.0 vs lib/guard/goliath.rb in guard-goliath-1.1.0
- old
+ new
@@ -11,10 +11,11 @@
port: 9000,
environment: 'development',
start_on_start: true,
force_run: false,
timeout: 20,
- app_file: 'app.rb'
+ app_file: 'app.rb',
+ supress_output: false
}
def initialize(watchers = [], options = {})
super
@options = DEFAULT_OPTIONS.merge(options)