spec/ppl/application/bootstrap_spec.rb in ppl-1.0.6 vs spec/ppl/application/bootstrap_spec.rb in ppl-1.1.0
- old
+ new
@@ -46,9 +46,12 @@
@bootstrap.command_suite.find_command("init").should_not be nil
end
it "should contain the 'ls' command" do
@bootstrap.command_suite.find_command("ls").should_not be nil
end
+ it "should contain the 'mutt' command" do
+ @bootstrap.command_suite.find_command("mutt").should_not be nil
+ end
it "should contain the 'mv' command" do
@bootstrap.command_suite.find_command("mv").should_not be nil
end
it "should contain the 'name' command" do
@bootstrap.command_suite.find_command("name").should_not be nil