Skip to content

Commit

Permalink
Also setup the reporter during the compile phase
Browse files Browse the repository at this point in the history
  • Loading branch information
cgriego committed Apr 11, 2012
1 parent 4f8d3f4 commit 5082109
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/default.rb
Expand Up @@ -6,6 +6,12 @@
source 'cucumber_handler.rb' source 'cucumber_handler.rb'
end.run_action(:create) end.run_action(:create)


remote_directory reporters_path do
source 'reporters'
purge true
recursive true
end.run_action(:create)

chef_handler 'CucumberHandler' do chef_handler 'CucumberHandler' do
source handler_path source handler_path
action :nothing action :nothing
Expand All @@ -18,12 +24,6 @@
supports :report => true supports :report => true
end.run_action(:enable) end.run_action(:enable)


remote_directory reporters_path do
source 'reporters'
purge true
recursive true
end

remote_directory suite_path do remote_directory suite_path do
source 'suite' source 'suite'
purge true purge true
Expand Down

0 comments on commit 5082109

Please sign in to comment.