spec/spec_helper.rb in foreman-0.8.0 vs spec/spec_helper.rb in foreman-0.9.0.beta.1

- old
+ new

@@ -22,11 +22,11 @@ file.puts %{#{app}_alpha="1"} file.puts %{#{app}_bravo="2"} end end -def write_procfile(procfile="Procfile") - File.open(procfile, "w") do |file| +def write_pstypes(pstypes="Pstypes") + File.open(pstypes, "w") do |file| file.puts "alpha ./alpha" file.puts "bravo ./bravo" end end