Merge pull request #190 from ged/remove_obsolete_spec

Remove spec obsoleted by 91a8704
This commit is contained in:
David Dollar
2012-05-02 10:01:30 -07:00
-6
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 }