lib/macros4cuke/application.rb in macros4cuke-0.5.12 vs lib/macros4cuke/application.rb in macros4cuke-0.5.13

- old
+ new

@@ -38,10 +38,10 @@ # In practice, this is obtained by adding a file # in the /features/support dir. def setup_project(aPath) file_name = 'use_macros4cuke' prefix = aPath.relative? ? './' : '' - destination = prefix + aPath.to_s + '/' + file_name + '.rb' + destination = prefix + aPath.to_s + '/' + file_name + '.rb' begin fail SupportFileExists.new(destination) if File.exist?(destination) template_pathname =