Skip to content

Commit

Permalink
Merge pull request Katello#1809 from ehelms/spec-update
Browse files Browse the repository at this point in the history
Spec - Removing the simplecov development task from the production
  • Loading branch information
ehelms committed Mar 27, 2013
2 parents 7833576 + 44c2343 commit ad814b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/katello.spec
Expand Up @@ -673,6 +673,7 @@ usermod -a -G katello-shared tomcat
%exclude %{homedir}/lib/tasks/jsroutes.rake
%exclude %{homedir}/lib/tasks/jshint.rake
%exclude %{homedir}/lib/tasks/test.rake
%exclude %{homedir}/lib/tasks/simplecov.rake
%exclude %{homedir}/script/pulp_integration_tests
%{homedir}/locale
%{homedir}/public
Expand Down Expand Up @@ -761,6 +762,7 @@ usermod -a -G katello-shared tomcat
%exclude %{homedir}/app/controllers/foreman
%exclude %{homedir}/app/views/foreman
%exclude %{homedir}/lib/tasks/test.rake
%exclude %{homedir}/lib/tasks/simplecov.rake
%{homedir}/app/stylesheets
%{homedir}/app/views
%{homedir}/autotest
Expand Down Expand Up @@ -835,6 +837,7 @@ usermod -a -G katello-shared tomcat
%files devel-test
%{homedir}/bundler.d/test.rb
%{homedir}/lib/tasks/test.rake
%{homedir}/lib/tasks/simplecov.rake
%{homedir}/script/pulp_integration_tests

%files devel-checking
Expand Down

0 comments on commit ad814b4

Please sign in to comment.