Commit af696562d2165bcf9671221efa4c85d85d6735bd
1 parent
29aead0f
Exists in
master
and in
29 other branches
ActionItem135: adding fixture files to the tarball
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1176 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/tasks/package.rake
@@ -25,6 +25,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | @@ -25,6 +25,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | ||
25 | p.package_files.include('Rakefile') | 25 | p.package_files.include('Rakefile') |
26 | p.package_files.include('script/**/*') | 26 | p.package_files.include('script/**/*') |
27 | p.package_files.include('test/**/*.{rb,yml}') | 27 | p.package_files.include('test/**/*.{rb,yml}') |
28 | + p.package_files.include('test/fixtures/files/*') | ||
28 | p.package_files.include('tmp/cache') | 29 | p.package_files.include('tmp/cache') |
29 | p.package_files.include('tmp/sessions') | 30 | p.package_files.include('tmp/sessions') |
30 | p.package_files.include('tmp/sockets') | 31 | p.package_files.include('tmp/sockets') |