lib/onceover/testconfig.rb in onceover-3.0.10 vs lib/onceover/testconfig.rb in onceover-3.0.11
- old
+ new
@@ -207,10 +207,10 @@
def write_spec_helper_acceptance(location, repo)
File.write("#{location}/spec_helper_acceptance.rb",Onceover::Controlrepo.evaluate_template('spec_helper_acceptance.rb.erb',binding))
end
def write_rakefile(location, pattern)
- File.write("#{location}/Rakefile",Onceover::Controlrepo.evaluate_template('Rakefile.erb',binding))
+ File.write("#{location}/Rakefile",Onceover::Controlrepo.evaluate_template('testconfig_Rakefile.erb',binding))
end
def write_spec_helper(location, repo)
environmentpath = "#{repo.tempdir}/#{repo.environmentpath}"
modulepath = repo.config['modulepath']