spec/ppl/application/bootstrap_spec.rb in ppl-1.1.0 vs spec/ppl/application/bootstrap_spec.rb in ppl-1.2.0
- old
+ new
@@ -61,9 +61,12 @@
@bootstrap.command_suite.find_command("org").should_not be nil
end
it "should contain the 'phone' command" do
@bootstrap.command_suite.find_command("phone").should_not be nil
end
+ it "should contain the 'post' command" do
+ @bootstrap.command_suite.find_command("post").should_not be nil
+ end
it "should contain the 'rm' command" do
@bootstrap.command_suite.find_command("rm").should_not be nil
end
it "should contain the 'show' command" do
@bootstrap.command_suite.find_command("show").should_not be nil