Commit af696562d2165bcf9671221efa4c85d85d6735bd

Authored by AntonioTerceiro
1 parent 29aead0f

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 25 p.package_files.include('Rakefile')
26 26 p.package_files.include('script/**/*')
27 27 p.package_files.include('test/**/*.{rb,yml}')
  28 + p.package_files.include('test/fixtures/files/*')
28 29 p.package_files.include('tmp/cache')
29 30 p.package_files.include('tmp/sessions')
30 31 p.package_files.include('tmp/sockets')
... ...