spec/samovar/command_spec.rb in samovar-1.9.1 vs spec/samovar/command_spec.rb in samovar-1.9.2

- old
+ new

@@ -20,11 +20,12 @@ option '--verbose | --quiet', "Verbosity of output for debugging.", key: :logging option '-h/--help', "Print out help information." option '-v/--version', "Print out the application version." end - nested '<command>', + nested '<command>', { 'bottom' => Bottom + } end RSpec.describe Samovar::Command do it "should use default value" do top = Top[]