Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Feb 22, 2012
1 parent 6a7b342 commit 2e5e03a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Rakefile
Expand Up @@ -5,22 +5,3 @@ require 'rspec/core/rake_task'

desc "Run all examples"
RSpec::Core::RakeTask.new

task :rocco do
require 'rocco'

files = [
'etl/process_all.ebf',
'etl/extract.ctl'
'etl/prepare_db.ctl',
'etl/migrations/001_create_users.rb',
]

data = files.map do |file|
"#### #{file}\n\n" + IO.read(file)
end.join("\n\n")

File.open(File.dirname(__FILE__) + '/index.html', 'w') do |output|
output << Rocco.new("ActiveWarehouse-ETL sample", [], {}) { data }.to_html
end
end

0 comments on commit 2e5e03a

Please sign in to comment.