CLIntegracon::Adapter::Bacon coffee-maker Brew recipes without milk - $ coffee-maker --no-milk - BlackEye.brewed-coffee - CaPheSuaDa.brewed-coffee - Coffeemakerfile.yml - execution_output.txt - RedTux.brewed-coffee - should not produce unexpected files [FAILED] with honey as sweetner - $ coffee-maker --sweetner=honey - Affogato.brewed-coffee [FAILED] - BlackEye.brewed-coffee [FAILED] - Coffeemakerfile.yml - execution_output.txt - RedTux.brewed-coffee [FAILED] - should not produce unexpected files Get help - $ coffee-maker --help - execution_output.txt - should not produce unexpected files Bacon::Error: Unexpected files for coffeemaker_no_milk: * Affogato.brewed-coffee ./spec/bacon/spec_helper.rb:45 ./spec/bacon/spec_helper.rb:44 ./spec/bacon/spec_helper.rb:42 ./spec/bacon/spec_helper.rb:17 ./spec/bacon/spec_helper.rb:15 $GEM_HOME/bin/ruby_executable_hooks:15 Bacon::Error: File comparison error `Affogato.brewed-coffee` for coffeemaker_sweetner_honey: --- DIFF ----------------------------------------------------------------------- class Affogato < BrewedCoffee + @milk = true @sweetner = honey --- END ------------------------------------------------------------------------ ./spec/bacon/spec_helper.rb:49 ./spec/bacon/spec_helper.rb:48 ./spec/bacon/spec_helper.rb:42 ./spec/bacon/spec_helper.rb:17 ./spec/bacon/spec_helper.rb:15 $GEM_HOME/bin/ruby_executable_hooks:15 Bacon::Error: Missing file for coffeemaker_sweetner_honey: * BlackEye.brewed-coffee ./spec/bacon/spec_helper.rb:49 ./spec/bacon/spec_helper.rb:48 ./spec/bacon/spec_helper.rb:42 ./spec/bacon/spec_helper.rb:17 ./spec/bacon/spec_helper.rb:15 $GEM_HOME/bin/ruby_executable_hooks:15 Bacon::Error: File comparison error `RedTux.brewed-coffee` for coffeemaker_sweetner_honey: --- DIFF ----------------------------------------------------------------------- class RedTux < BrewedCoffee - @sweetner = sugar + @milk = true + @sweetner = honey --- END ------------------------------------------------------------------------ ./spec/bacon/spec_helper.rb:49 ./spec/bacon/spec_helper.rb:48 ./spec/bacon/spec_helper.rb:42 ./spec/bacon/spec_helper.rb:17 ./spec/bacon/spec_helper.rb:15 $GEM_HOME/bin/ruby_executable_hooks:15 17 specifications (27 requirements), 4 failures, 0 errors