Remove spec obsoleted by 91a8704

This commit is contained in:
Michael Granger
2012-05-02 09:37:32 -07:00
parent af58af1c60
commit 771489dec9

View File

@@ -12,12 +12,6 @@ describe "Foreman::Engine", :fakefs do
end
describe "initialize" do
describe "without an existing Procfile" do
it "raises an error" do
lambda { subject }.should raise_error
end
end
describe "with a Procfile" do
before { write_procfile }