lib/tap/test/tap_methods.rb in bahuvrihi-tap-0.10.4 vs lib/tap/test/tap_methods.rb in bahuvrihi-tap-0.10.5
- old
+ new
@@ -160,14 +160,10 @@
end
end
# The configurations used to initialize self.app
def app_config
- { :root => method_root,
- :directories => trs.directories,
- :absolute_paths => trs.absolute_paths,
- :quiet => true,
- :debug => true}
+ method_root.config.to_hash.merge(:quiet => true, :debug => true)
end
# Reconfigures app with the input configurations for the
# duration of the block.
#