This commit is contained in:
David Dollar
2010-07-19 17:08:48 -07:00
parent 0b6fdad3a2
commit 51513dcb6d

View File

@@ -10,7 +10,7 @@ describe "Foreman::Engine" do
lambda { subject }.should raise_error
end
end
describe "with a Procfile" do
it "reads the processes" do
write_procfile
@@ -19,7 +19,7 @@ describe "Foreman::Engine" do
end
end
end
describe "start" do
it "forks the processes" do
write_procfile