templates/chef/Rakefile in opskeleton-0.6.4 vs templates/chef/Rakefile in opskeleton-0.6.5
- old
+ new
@@ -21,10 +21,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