templates/puppet/Rakefile in opskeleton-0.6.4 vs templates/puppet/Rakefile in opskeleton-0.6.5

- old
+ new

@@ -37,10 +37,10 @@ end namespace :serverspec do - %w(<%=@name=>).each do |profile| + %w(<%=@name%>).each do |profile| ServerspecTask.new(profile.to_sym) do |t| t.target = profile t.pattern = "spec/#{profile}/*_spec.rb" end end