Sha256: 141a57cde41901806ab52129ec093c9422b654fa9ddfe9e8f38a7095650d7d2e
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 Bytes
Contents
require 'helper' module Nutella class TestNutellaFramework < MiniTest::Test # should "run help correctly" do # Nutella.init # Nutella.executeCommand "help" # end # should "Verify the installation" do # Nutella.init # Nutella.executeCommand "checkup" # # e = assert_raises HelpOutException do # # Nutella.executeCommand "checkup" # # end # end # should "read the broker parameter correctly" do # Nutella.store_constants # $stdout = StringIO.new # NutellaCLI.executeCommand("broker") # assert_equal "Currently using broker: localhost\n", $stdout.string # end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nutella_framework-0.1.0 | test/test_nutella_framework.rb |