spec/ppl/application/bootstrap_spec.rb in ppl-1.11.0 vs spec/ppl/application/bootstrap_spec.rb in ppl-1.12.0
- old
+ new
@@ -34,9 +34,12 @@
@bootstrap.command_suite.should be_a(Ppl::Application::CommandSuite)
end
it "should contain the 'add' command" do
@bootstrap.command_suite.find_command("add").should_not be nil
end
+ it "should contain the 'age' command" do
+ @bootstrap.command_suite.find_command("age").should_not be nil
+ end
it "should contain the 'bday' command" do
@bootstrap.command_suite.find_command("bday").should_not be nil
end
it "should contain the 'email' command" do
@bootstrap.command_suite.find_command("email").should_not be nil