Skip to content

Commit

Permalink
Adedd rake task to run cucumber stories
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenebolshakov authored and jferris committed Feb 2, 2009
1 parent b11aeee commit 0a9068f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -29,7 +29,9 @@ namespace :generator do
end
end

FileUtils.rm_rf("test/rails_root/db/*")
FileList["test/rails_root/db/**/*"].each do |each|
FileUtils.rm_rf(each)
end
FileUtils.rm_rf("test/rails_root/vendor/plugins/clearance")
system "mkdir -p test/rails_root/vendor/plugins/clearance"
system "cp -R generators test/rails_root/vendor/plugins/clearance"
Expand Down

0 comments on commit 0a9068f

Please sign in to comment.