spec/ppl/application/bootstrap_spec.rb in ppl-1.7.0 vs spec/ppl/application/bootstrap_spec.rb in ppl-1.8.0
- old
+ new
@@ -76,9 +76,12 @@
@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
+ it "should contain the 'url' command" do
+ @bootstrap.command_suite.find_command("url").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)