spec/ppl/application/bootstrap_spec.rb in ppl-1.4.1 vs spec/ppl/application/bootstrap_spec.rb in ppl-1.5.0

- old
+ new

@@ -73,9 +73,12 @@ @bootstrap.command_suite.find_command("show").should_not be nil end it "should contain the 'help' command" do @bootstrap.command_suite.find_command("help").should_not be nil end + it "should contain the 'shell' command" do + @bootstrap.command_suite.find_command("shell").should_not be nil + end end describe "#configuration" do it "should return a Ppl::Application::Configuration" do @bootstrap.configuration.should be_a(Ppl::Application::Configuration)